Searched defs:cipherText (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbfContext.cpp88 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
106 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A DNullCryptor.h59 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
70 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A DcastContext.cpp102 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
120 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A DdesContext.cpp80 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
97 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
167 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
184 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
[all...]
H A DgladmanContext.cpp144 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
159 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A Drc2Context.cpp73 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
102 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A Drc5Context.cpp71 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
100 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A DRSA_asymmetric.cpp139 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
175 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A Daescsp.cpp202 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
224 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
H A DFEEAsymmetricContext.cpp157 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
184 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
387 encryptBlock( const void *plainText, size_t plainTextLen, void *cipherText, size_t &cipherTextLen, bool final) argument
414 decryptBlock( const void *cipherText, size_t cipherTextLen, void *plainText, size_t &plainTextLen, bool final) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DCipherFileFEED.c40 unsigned char *cipherText = NULL; local
143 unsigned char *cipherText = NULL; local
255 unsigned char *cipherText = NULL; local
361 unsigned char *cipherText = NULL; local
[all...]
H A DCipherFileDES.c49 unsigned char *cipherText = NULL; local
192 unsigned char *cipherText = NULL; local
350 unsigned char *cipherText = NULL; local
467 unsigned char *cipherText = NULL; local
[all...]
H A DfeeCipherFileAtom.c101 feeCFileNewFromCipherText(cipherFileEncrType encrType, const unsigned char *cipherText, unsigned cipherTextLen, const unsigned char *sendPubKeyData, unsigned sendPubKeyDataLen, const unsigned char *otherKeyData, unsigned otherKeyDataLen, const unsigned char *sigData, unsigned sigDataLen, unsigned userData) argument
H A DfeeDES.c190 feeDESEncryptBlock(feeDES des, const unsigned char *plainText, unsigned plainTextLen, unsigned char *cipherText, unsigned *cipherTextLen, int finalBlock) argument
285 feeDESDecryptBlock(feeDES des, const unsigned char *cipherText, unsigned cipherTextLen, unsigned char *plainText, unsigned *plainTextLen, int finalBlock) argument
357 feeDESEncrypt(feeDES des, const unsigned char *plainText, unsigned plainTextLen, unsigned char **cipherText, unsigned *cipherTextLen) argument
442 feeDESDecrypt(feeDES des, const unsigned char *cipherText, unsigned cipherTextLen, unsigned char **plainText, unsigned *plainTextLen) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DCipherFileFEED.c40 unsigned char *cipherText = NULL; local
143 unsigned char *cipherText = NULL; local
255 unsigned char *cipherText = NULL; local
361 unsigned char *cipherText = NULL; local
[all...]
H A DCipherFileDES.c49 unsigned char *cipherText = NULL; local
192 unsigned char *cipherText = NULL; local
350 unsigned char *cipherText = NULL; local
467 unsigned char *cipherText = NULL; local
[all...]
H A DfeeCipherFileAtom.c101 feeCFileNewFromCipherText(cipherFileEncrType encrType, const unsigned char *cipherText, unsigned cipherTextLen, const unsigned char *sendPubKeyData, unsigned sendPubKeyDataLen, const unsigned char *otherKeyData, unsigned otherKeyDataLen, const unsigned char *sigData, unsigned sigDataLen, unsigned userData) argument
H A DfeeDES.c190 feeDESEncryptBlock(feeDES des, const unsigned char *plainText, unsigned plainTextLen, unsigned char *cipherText, unsigned *cipherTextLen, int finalBlock) argument
285 feeDESDecryptBlock(feeDES des, const unsigned char *cipherText, unsigned cipherTextLen, unsigned char *plainText, unsigned *plainTextLen, int finalBlock) argument
357 feeDESEncrypt(feeDES des, const unsigned char *plainText, unsigned plainTextLen, unsigned char **cipherText, unsigned *cipherTextLen) argument
442 feeDESDecrypt(feeDES des, const unsigned char *cipherText, unsigned cipherTextLen, unsigned char **plainText, unsigned *plainTextLen) argument
[all...]
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestblobs.cpp246 CssmData cipherText; local
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCCCryptorTestFuncs.c206 CCCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText) argument
269 CCMultiCryptTestCase(char *keyStr, char *ivStr, CCAlgorithm alg, CCOptions options, char *cipherText, char *plainText) argument
332 CCModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText) argument
401 CCMultiModeTestCase(char *keyStr, char *ivStr, CCMode mode, CCAlgorithm alg, CCPadding padding, char *cipherText, char *plainText) argument
536 CCCryptorGCMTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText) argument
621 CCCryptorGCMDiscreetTestCase(char *keyStr, char *ivStr, char *aDataStr, char *tagStr, CCAlgorithm alg, char *cipherText, char *plainText) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Crypto.cpp125 p12Decrypt( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &cipherText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &plainText) argument
216 p12Encrypt( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &plainText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &cipherText) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp125 p12Decrypt( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &cipherText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &plainText) argument
216 p12Encrypt( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &plainText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, CSSM_DATA &cipherText) argument
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-40-seckey-custom.c65 CustomKeyEncrypt(SecKeyRef key, SecPadding padding, const uint8_t *plainText, size_t plainTextLen, uint8_t *cipherText, size_t *cipherTextLen) argument
73 CustomKeyDecrypt(SecKeyRef key, SecPadding padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t *plainTextLen) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Crypto.cpp117 p12Decrypt_app( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &cipherText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA &pwd, SecNssCoder &coder, CSSM_DATA &plainText) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dp12Crypto.cpp130 p12Decrypt_app( CSSM_CSP_HANDLE cspHand, const CSSM_DATA &cipherText, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA &pwd, SecNssCoder &coder, CSSM_DATA &plainText) argument

Completed in 266 milliseconds

12