Lines Matching refs:oaep
955 // The hash algorithm match has to be verified for OAEP.
1027 // For OAEP scheme, initialize the hash algorithm for padding
1030 hashAlg = scheme->details.oaep.hashAlg;
1091 // For OAEP scheme, initialize the hash algorithm for padding
1094 hashAlg = scheme->details.oaep.hashAlg;
2403 // Use OAEP scheme
2405 scheme.details.oaep.hashAlg = encryptKey->publicArea.nameAlg;
2408 // Encrypt the data by RSA OAEP into encrypted secret
2522 // Use OAEP scheme
2524 scheme.details.oaep.hashAlg = decryptKey->publicArea.nameAlg;
2527 // Decrypt seed by RSA OAEP