Searched defs:in_blk (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptoAESShoefly.c80 void aes_encrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
89 void aes_decrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
/macosx-10.10/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aes.c48 aes_rval aes_encrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
62 aes_rval aes_encrypt(const unsigned char *in_blk, unsigned char *out_blk, aes_encrypt_ctx cx[1]) argument
81 aes_rval aes_decrypt_cbc(const unsigned char *in_blk, const unsigned char *in_iv, unsigned int num_blk, argument
95 aes_rval aes_decrypt(const unsigned char *in_blk, unsigned char *out_blk, aes_decrypt_ctx cx[1]) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A Drijndael.c332 void rEncrypt(const u4byte in_blk[4], u4byte out_blk[4]) argument
386 void rDecrypt(const u4byte in_blk[4], u4byte out_blk[4]) argument
[all...]

Completed in 88 milliseconds