Searched refs:SecKeyDecrypt (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsecCrypto.c73 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
H A DsslKeychain.c96 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsecCrypto.c73 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
H A DsslKeychain.c96 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsecCrypto.c73 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
H A DsslKeychain.c96 return SecKeyDecrypt(keyRef, kSecPaddingPKCS1, ciphertext, ciphertextLen, plaintext, plaintextLen);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecKey.h253 @function SecKeyDecrypt
271 OSStatus SecKeyDecrypt(
H A DSecKey.c575 OSStatus SecKeyDecrypt( function
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-sf.c170 /* SecKeyDecrypt gets decrytion wrong for public keys in the PKCS1 case (14322412), lets do PKCS1 (un)padding ourself */
171 status = SecKeyDecrypt(key, kSecPaddingNone, from, flen, to, &tlen);
234 /* SecKeyDecrypt gets kSecPaddingPKCS1 wrong (14322412), lets inline pkcs1 padding here ourself */
236 status = SecKeyDecrypt(key, kSecPaddingNone, from, flen, to, &tlen);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeyPriv.h287 @function SecKeyDecrypt
305 OSStatus SecKeyDecrypt(
H A DSecKey.cpp925 SecKeyDecrypt( function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeyPriv.h287 @function SecKeyDecrypt
305 OSStatus SecKeyDecrypt(
H A DSecKey.cpp925 SecKeyDecrypt( function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeyPriv.h287 @function SecKeyDecrypt
305 OSStatus SecKeyDecrypt(
H A DSecKey.cpp925 SecKeyDecrypt( function
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-40-seckey-custom.c206 ok_status(SecKeyDecrypt(customKey, padding, src, srcLen, dst, &dstLen),
207 "SecKeyDecrypt");
H A Dsi-40-seckey.c158 ok_status(SecKeyDecrypt(privKey, padding,
252 ok_status(SecKeyDecrypt(pubKey, kSecPaddingNone, sig, sigLen, signature, &signature_len), "inspect signature");
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-iPhone-emulation.c236 result = SecKeyDecrypt(decryptionKey, paddings[n], encryptedData, encryptedDataLength, decryptedData, &decryptedDataLength);
237 ok_status(result, "SecKeyDecrypt");
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcrypto-embedded.c350 if (SecKeyDecrypt(privkey, kSecPaddingPKCS1,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcrypto-embedded.c350 if (SecKeyDecrypt(privkey, kSecPaddingPKCS1,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcrypto-embedded.c350 if (SecKeyDecrypt(privkey, kSecPaddingPKCS1,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/regressions/
H A Dkc-40-seckey.c167 ok_status(SecKeyDecrypt(privKey, padding,

Completed in 144 milliseconds