Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_buf_noconst (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/evp/
H A De_aria.c291 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 De_aes.c1483 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 De_sm4.c215 EVP_CIPHER_CTX_buf_noconst(ctx), in sm4_ctr_cipher()
220 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
H A De_camellia.c336 EVP_CIPHER_CTX_buf_noconst(ctx), in camellia_ctr_cipher()
341 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in camellia_ctr_cipher()
H A Devp_lib.c605 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_buf_noconst() function
/openssl/engines/
H A De_padlock.c482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
/openssl/util/
H A Dmissingcrypto.txt545 EVP_CIPHER_CTX_buf_noconst(3)
H A Dmissingcrypto111.txt637 EVP_CIPHER_CTX_buf_noconst(3)
H A Dlibcrypto.num1220 EVP_CIPHER_CTX_buf_noconst 1249 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/include/openssl/
H A Devp.h641 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);

Completed in 63 milliseconds