Home
last modified time | relevance | path

Searched defs:ivec (Results 1 – 25 of 45) sorted by relevance

12

/third_party/openssl/crypto/aes/
Daes_cfb.c21 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt()
31 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt()
39 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
Daes_cbc.c15 unsigned char *ivec, const int enc) in AES_cbc_encrypt()
Daes_ofb.c15 unsigned char *ivec, int *num) in AES_ofb128_encrypt()
/third_party/openssl/crypto/camellia/
Dcmll_cfb.c21 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt()
31 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt()
39 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
Dcmll_ofb.c20 unsigned char *ivec, int *num) in Camellia_ofb128_encrypt()
Dcmll_cbc.c15 unsigned char *ivec, const int enc) in Camellia_cbc_encrypt()
/third_party/openssl/crypto/evp/
De_sm4.c32 unsigned char *ivec, const int enc) in sm4_cbc_encrypt()
44 unsigned char *ivec, int *num, const int enc) in sm4_cfb128_encrypt()
61 unsigned char *ivec, int *num) in sm4_ofb128_encrypt()
/third_party/mindspore/mindspore/ccsrc/fl/armour/secure_protocol/
Dencrypt.cc21 AESEncrypt::AESEncrypt(const uint8_t *key, int key_len, const uint8_t *ivec, int ivec_len, const AE… in AESEncrypt()
97 …crypt::evp_aes_encrypt(const uint8_t *data, const int len, const uint8_t *key, const uint8_t *ivec, in evp_aes_encrypt()
159 …vp_aes_decrypt(const uint8_t *encrypt_data, const int len, const uint8_t *key, const uint8_t *ivec, in evp_aes_decrypt()
Dmasking.cc23 const uint8_t *ivec, int ivec_size) { in GetMasking()
/third_party/openssl/crypto/des/
Dcfb64ede.c21 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
88 DES_cblock *ivec, int enc) in DES_ede3_cfb_encrypt()
Dcbc_cksm.c14 const_DES_cblock *ivec) in DES_cbc_cksum()
Dncbc_enc.c20 DES_key_schedule *_schedule, DES_cblock *ivec, int enc) in DES_cbc_encrypt()
Dcfb64enc.c20 DES_cblock *ivec, int *num, int enc) in DES_cfb64_encrypt()
Dofb64enc.c19 DES_key_schedule *schedule, DES_cblock *ivec, int *num) in DES_ofb64_encrypt()
Dpcbc_enc.c14 DES_cblock *ivec, int enc) in DES_pcbc_encrypt()
/third_party/skia/experimental/graphite/src/geom/
DVectorTypes.h20 template<int N> using ivec = skvx::Vec<N, int32_t>; variable
/third_party/openssl/crypto/rc2/
Drc2cfb64.c20 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_cfb64_encrypt()
Drc2ofb64.c19 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_ofb64_encrypt()
/third_party/openssl/crypto/bf/
Dbf_cfb64.c21 unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
/third_party/openssl/crypto/idea/
Di_cfb64.c21 unsigned char *ivec, int *num, int encrypt) in IDEA_cfb64_encrypt()
Di_ofb64.c20 unsigned char *ivec, int *num) in IDEA_ofb64_encrypt()
/third_party/openssl/crypto/cast/
Dc_ofb64.c20 unsigned char *ivec, int *num) in CAST_ofb64_encrypt()
Dc_cfb64.c21 unsigned char *ivec, int *num, int enc) in CAST_cfb64_encrypt()
/third_party/openssl/crypto/rc5/
Drc5cfb64.c21 unsigned char *ivec, int *num, int encrypt) in RC5_32_cfb64_encrypt()
Drc5ofb64.c20 unsigned char *ivec, int *num) in RC5_32_ofb64_encrypt()

12