/third_party/openssl/crypto/evp/ |
D | e_des3.c | 84 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_ofb_cipher() 96 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_ofb_cipher() 110 EVP_CIPHER_CTX_iv_noconst(ctx)); in des_ede_cbc_cipher() 117 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_cbc_cipher() 126 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_cbc_cipher() 139 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_cfb64_cipher() 151 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede_cfb64_cipher() 175 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede3_cfb1_cipher() 191 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede3_cfb8_cipher() 201 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_ede3_cfb8_cipher() [all …]
|
D | e_des.c | 72 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), &num); in des_ofb_cipher() 82 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), &num); in des_ofb_cipher() 95 EVP_CIPHER_CTX_iv_noconst(ctx)); in des_cbc_cipher() 101 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_cbc_cipher() 110 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_cbc_cipher() 122 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), &num, in des_cfb64_cipher() 133 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), &num, in des_cfb64_cipher() 157 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_cfb1_cipher() 179 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_cfb8_cipher() 188 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in des_cfb8_cipher()
|
D | e_camellia.c | 247 EVP_CIPHER_CTX_iv_noconst(ctx), 251 EVP_CIPHER_CTX_iv_noconst(ctx), dat->block); 254 EVP_CIPHER_CTX_iv_noconst(ctx), dat->block); 282 EVP_CIPHER_CTX_iv_noconst(ctx), &num, dat->block); 294 … EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); 306 … EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); 319 … EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); 327 … EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); 336 … EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); 351 EVP_CIPHER_CTX_iv_noconst(ctx), [all …]
|
D | e_aria.c | 178 EVP_CIPHER_CTX_iv_noconst(ctx), in aria_ctr_cipher() 256 gctx->iv = EVP_CIPHER_CTX_iv_noconst(c); in aria_gcm_ctrl() 267 if (gctx->iv != EVP_CIPHER_CTX_iv_noconst(c)) in aria_gcm_ctrl() 375 if (gctx->iv == EVP_CIPHER_CTX_iv_noconst(c)) in aria_gcm_ctrl() 376 gctx_out->iv = EVP_CIPHER_CTX_iv_noconst(out); in aria_gcm_ctrl() 497 if (gctx->iv != EVP_CIPHER_CTX_iv_noconst(ctx)) in aria_gcm_cleanup() 525 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 15 - cctx->L); in aria_ccm_init_key() 577 memcpy(EVP_CIPHER_CTX_iv_noconst(c), ptr, arg); in aria_ccm_ctrl() 645 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx) + EVP_CCM_TLS_FIXED_IV_LEN, in, in aria_ccm_tls_cipher() 649 if (CRYPTO_ccm128_setiv(ccm, EVP_CIPHER_CTX_iv_noconst(ctx), 15 - cctx->L, in aria_ccm_tls_cipher() [all …]
|
D | e_xcbc_d.c | 69 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in desx_cbc_cipher() 78 (DES_cblock *)EVP_CIPHER_CTX_iv_noconst(ctx), in desx_cbc_cipher()
|
D | e_aes.c | 305 EVP_CIPHER_CTX_iv_noconst(ctx), in aesni_cbc_cipher() 428 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 16); in aesni_xts_init_key() 454 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 15 - cctx->L); in aesni_ccm_init_key() 866 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 16); in aes_t4_xts_init_key() 891 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), iv, 15 - cctx->L); in aes_t4_ccm_init_key() 1244 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_ofb_cipher() 1319 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb_cipher() 1394 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in s390x_aes_cfb8_cipher() 1626 iv = EVP_CIPHER_CTX_iv_noconst(c); in s390x_aes_gcm_ctrl() 1645 iv = EVP_CIPHER_CTX_iv_noconst(c); in s390x_aes_gcm_ctrl() [all …]
|
D | e_aes_cbc_hmac_sha1.c | 437 EVP_CIPHER_CTX_iv_noconst(ctx), in aesni_cbc_hmac_sha1_cipher() 469 &key->ks, EVP_CIPHER_CTX_iv_noconst(ctx), 1); in aesni_cbc_hmac_sha1_cipher() 472 &key->ks, EVP_CIPHER_CTX_iv_noconst(ctx), 1); in aesni_cbc_hmac_sha1_cipher() 502 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), in, AES_BLOCK_SIZE); in aesni_cbc_hmac_sha1_cipher() 523 EVP_CIPHER_CTX_iv_noconst(ctx), 0); in aesni_cbc_hmac_sha1_cipher() 759 EVP_CIPHER_CTX_iv_noconst(ctx), 0); in aesni_cbc_hmac_sha1_cipher()
|
D | e_sm4.c | 78 EVP_CIPHER_CTX_iv_noconst(ctx), in sm4_ctr_cipher()
|
D | e_aes_cbc_hmac_sha256.c | 467 EVP_CIPHER_CTX_iv_noconst(ctx), in aesni_cbc_hmac_sha256_cipher() 499 &key->ks, EVP_CIPHER_CTX_iv_noconst(ctx), 1); in aesni_cbc_hmac_sha256_cipher() 502 &key->ks, EVP_CIPHER_CTX_iv_noconst(ctx), 1); in aesni_cbc_hmac_sha256_cipher() 515 EVP_CIPHER_CTX_iv_noconst(ctx), 0); in aesni_cbc_hmac_sha256_cipher()
|
D | evp_lib.c | 265 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
|
/third_party/openssl/engines/ |
D | e_padlock.c | 314 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cbc_cipher() 326 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_cfb_cipher() 384 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_cfb_cipher() 400 unsigned char *ivp = EVP_CIPHER_CTX_iv_noconst(ctx); in padlock_ofb_cipher() 439 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), cdata->iv, AES_BLOCK_SIZE); in padlock_ofb_cipher() 461 cdata, EVP_CIPHER_CTX_iv_noconst(ctx), in padlock_ctr_cipher()
|
D | e_afalg.c | 607 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), out + (inl - ALG_AES_IV_LEN), in afalg_do_cipher() 610 memcpy(EVP_CIPHER_CTX_iv_noconst(ctx), nxtiv, ALG_AES_IV_LEN); in afalg_do_cipher()
|
/third_party/openssl/include/crypto/ |
D | evp.h | 188 …(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &n… 196 …#_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &n… 207 …(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EV… 213 …c_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EV… 230 &EVP_C_DATA(kstruct, ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx),\
|
/third_party/openssl/crypto/engine/ |
D | eng_devcrypto.c | 182 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 481 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
|
/third_party/openssl/util/ |
D | libcrypto.num | 2950 EVP_CIPHER_CTX_iv_noconst 2905 1_1_0 EXIST::FUNCTION:
|