Searched refs:CCCryptorEncryptDataBlock (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptoCASTShoefly.c46 CCCryptorEncryptDataBlock(key->cref, NULL, in, kCCBlockSizeCAST, out);
H A DCommonCryptoAESShoefly.c85 (void) CCCryptorEncryptDataBlock(ctx->cref, in_iv, in_blk, num_blk * AES_BLOCK_SIZE, out_blk);
H A DCommonCryptor.c840 CCCryptorStatus CCCryptorEncryptDataBlock( function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DdesContext.cpp93 (void) CCCryptorEncryptDataBlock(DesInst, NULL, plainText, DES_BLOCK_SIZE_BYTES, cipherText);
180 (void) CCCryptorEncryptDataBlock(DesInst, NULL, plainText, DES3_BLOCK_SIZE_BYTES, cipherText);
H A DcastContext.cpp115 (void) CCCryptorEncryptDataBlock(mCastKey, NULL, plainText, kCCBlockSizeCAST, cipherText);
H A DgladmanContext.cpp154 (void) CCCryptorEncryptDataBlock(mAesKey, NULL, plainText, plainTextLen, cipherText);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptorSPI.h134 CCCryptorStatus CCCryptorEncryptDataBlock(
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymXTS.c59 if((retval = CCCryptorEncryptDataBlock(encCryptorRef, iv->bytes, pt->bytes, dataLen, dataOut)) == kCCSuccess) {

Completed in 209 milliseconds