Searched refs:EVP_CIPHER_CTX_buf_noconst (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_aria.c | 291 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 299 memcpy(ptr, EVP_CIPHER_CTX_buf_noconst(c), arg); in aria_gcm_ctrl() 351 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 355 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] << 8 in aria_gcm_ctrl() 356 | EVP_CIPHER_CTX_buf_noconst(c)[arg - 1]; in aria_gcm_ctrl() 560 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_ccm_ctrl() 564 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] << 8 in aria_ccm_ctrl() 565 | EVP_CIPHER_CTX_buf_noconst(c)[arg - 1]; in aria_ccm_ctrl() 605 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_ccm_ctrl() 648 memcpy(out, EVP_CIPHER_CTX_buf_noconst(ctx), in aria_ccm_tls_cipher() [all …]
|
H A D | e_aes.c | 1483 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1557 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1752 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_cipher() 1967 unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_tls_cipher() 2128 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_cipher() 2175 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 2230 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 3399 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aes_ccm_ctrl() 3403 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] << 8 in aes_ccm_ctrl() 3404 | EVP_CIPHER_CTX_buf_noconst(c)[arg - 1]; in aes_ccm_ctrl() [all …]
|
H A D | e_sm4.c | 215 EVP_CIPHER_CTX_buf_noconst(ctx), in sm4_ctr_cipher() 220 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
|
H A D | e_camellia.c | 336 EVP_CIPHER_CTX_buf_noconst(ctx), in camellia_ctr_cipher() 341 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in camellia_ctr_cipher()
|
H A D | evp_lib.c | 605 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_buf_noconst() function
|
/openssl/engines/ |
H A D | e_padlock.c | 482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
|
/openssl/util/ |
H A D | missingcrypto.txt | 545 EVP_CIPHER_CTX_buf_noconst(3)
|
H A D | missingcrypto111.txt | 637 EVP_CIPHER_CTX_buf_noconst(3)
|
H A D | libcrypto.num | 1220 EVP_CIPHER_CTX_buf_noconst 1249 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/openssl/include/openssl/ |
H A D | evp.h | 641 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
|
Completed in 63 milliseconds