Searched defs:iv (Results 26 - 50 of 132) sorted by relevance

123456

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecPkcs8Templates.h72 CSSM_DATA iv; // 8 bytes member in struct:__anon4646
84 CSSM_DATA iv; // optional, default is all zeroes member in struct:__anon4647
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecPkcs8Templates.h72 CSSM_DATA iv; // 8 bytes member in struct:__anon4733
84 CSSM_DATA iv; // optional, default is all zeroes member in struct:__anon4734
/macosx-10.9.5/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_aesxts.c70 xts_encrypt(const uint8_t *pt, unsigned long ptlen, uint8_t *ct, const uint8_t *iv, symmetric_xts *xts) argument
86 xts_decrypt(const uint8_t *ct, unsigned long ptlen, uint8_t *pt, const uint8_t *iv, symmetric_xts *xts) argument
H A Dcorecrypto_des.c112 des_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, des_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt) argument
153 des3_cbc_encrypt(des_cblock *in, des_cblock *out, int32_t length, des3_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt) argument
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonCryptorGCM.c34 CCCryptorGCMAddIV(CCCryptorRef cryptorRef, const void *iv, size_t ivLen) argument
137 CCCryptorGCM( CCOperation op, CCAlgorithm alg, const void *key, size_t keyLength, const void *iv, size_t ivLen, const void *aData, size_t aDataLen, const void *dataIn, size_t dataInLength, void *dataOut, const void *tag, size_t *tagLength) argument
H A DCommonSymmetricKeywrap.c39 pack64(const uint8_t *iv, size_t ivLen) argument
78 CCSymmetricKeyWrap( CCWrappingAlgorithm algorithm, const uint8_t *iv, const size_t ivLen, const uint8_t *kek, size_t kekLen, const uint8_t *rawKey, size_t rawKeyLen, uint8_t *wrappedKey, size_t *wrappedKeyLen) argument
136 CCSymmetricKeyUnwrap( CCWrappingAlgorithm algorithm, const uint8_t *iv, const size_t ivLen, const uint8_t *kek, size_t kekLen, const uint8_t *wrappedKey, size_t wrappedKeyLen, uint8_t *rawKey, size_t *rawKeyLen) argument
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dcipher-aes.c50 ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
130 ssh_rijndael_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len) argument
H A Dcipher-ctr.c91 ssh_aes_ctr_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
125 ssh_aes_ctr_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, size_t len) argument
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-a-bitstr.c187 int w,v,iv; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/misc/
H A Drc2_cbc.c82 RC2_cbc_encrypt(unsigned char *in, unsigned char *out, long length, RC2_KEY *ks, unsigned char *iv, int encrypt) argument
[all...]
H A Drc5_enc.c82 RC5_32_cbc_encrypt(unsigned char *in, unsigned char *out, long length, RC5_32_KEY *ks, unsigned char *iv, int encrypt) argument
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-can-linux.c169 struct iovec iv; local
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dxcbc_enc.c1 /* crypto/des/xcbc_enc.c */ local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_conv.c273 u_int8_t *iv; local
335 u_int8_t *chksum, *iv, *key; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Devp-crypt.c123 crypto_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char * key, const unsigned char * iv, int encp) argument
H A Drc2.c199 RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long size, RC2_KEY *key, unsigned char *iv, int forward_encrypt) argument
[all...]
H A Dtest_cipher.c56 void *iv; member in struct:tests
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dreferral.c201 struct berval *iv, *jv; local
271 struct berval *iv, *jv; local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dopenssl-compat.c48 ssh_EVP_CipherInit(EVP_CIPHER_CTX *evp, const EVP_CIPHER *type, unsigned char *key, unsigned char *iv, int enc) argument
/macosx-10.9.5/OpenSSH-186/osslshim/tests/
H A Dtest_cipher.c81 void * iv; member in struct:tests
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DBlockCryptor.cpp150 CssmData *iv = NULL; local
57 setup( size_t blockSizeIn, size_t blockSizeOut, bool pkcsPad, bool needsFinal, BC_Mode mode, const CssmData *iv) argument
[all...]
H A DbsafeSymmetric.cpp110 BSafeItem iv; local
/macosx-10.9.5/ntp-88/libopts/
H A Denumeration.c443 int iv, len; local
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Denumeration.c443 int iv, len; local
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Desp_rijndael.c154 u_int8_t iv[AES_BLOCKLEN] __attribute__((aligned(4))), *dptr; local
[all...]

Completed in 392 milliseconds

123456