Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_iv_noconst (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/crypto/evp/
De_des3.c84 (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 …]
De_des.c72 (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()
De_camellia.c247 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);
294EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block);
306EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block);
319EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block);
327EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block);
336EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block);
351 EVP_CIPHER_CTX_iv_noconst(ctx),
[all …]
De_aria.c178 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 …]
De_xcbc_d.c69 (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()
De_aes.c305 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 …]
De_aes_cbc_hmac_sha1.c437 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()
De_sm4.c78 EVP_CIPHER_CTX_iv_noconst(ctx), in sm4_ctr_cipher()
De_aes_cbc_hmac_sha256.c467 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()
Devp_lib.c265 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_noconst() function
/third_party/openssl/engines/
De_padlock.c314 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()
De_afalg.c607 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/
Devp.h188 …(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/
Deng_devcrypto.c182 unsigned char *iv = EVP_CIPHER_CTX_iv_noconst(ctx); in cipher_do_cipher()
/third_party/openssl/include/openssl/
Devp.h481 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx);
/third_party/openssl/util/
Dlibcrypto.num2950 EVP_CIPHER_CTX_iv_noconst 2905 1_1_0 EXIST::FUNCTION: