Searched refs:EVP_CIPHER_CTX_buf_noconst (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aria.c | 187 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in aria_ctr_cipher() 293 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 301 memcpy(ptr, EVP_CIPHER_CTX_buf_noconst(c), arg); in aria_gcm_ctrl() 353 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 357 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] << 8 in aria_gcm_ctrl() 358 | EVP_CIPHER_CTX_buf_noconst(c)[arg - 1]; in aria_gcm_ctrl() 369 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aria_gcm_ctrl() 370 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aria_gcm_ctrl() 421 if (CRYPTO_gcm128_aad(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ctx), in aria_gcm_tls_cipher() 441 CRYPTO_gcm128_tag(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ct in aria_gcm_tls_cipher() [all...] |
H A D | e_sm4.c | 86 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
|
H A D | e_aes.c | 1395 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1469 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1564 const unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_tls_cipher() 1661 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_cipher() 1876 unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_tls_cipher() 2032 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_cipher() 2079 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 2134 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 2536 EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ctr_cipher() 2541 EVP_CIPHER_CTX_buf_noconst(ct in aes_ctr_cipher() [all...] |
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 | 617 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_buf_noconst() function
|
/third_party/openssl/crypto/evp/ |
H A D | e_aria.c | 187 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in aria_ctr_cipher() 293 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 301 memcpy(ptr, EVP_CIPHER_CTX_buf_noconst(c), arg); in aria_gcm_ctrl() 353 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aria_gcm_ctrl() 357 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] << 8 in aria_gcm_ctrl() 358 | EVP_CIPHER_CTX_buf_noconst(c)[arg - 1]; in aria_gcm_ctrl() 369 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aria_gcm_ctrl() 370 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aria_gcm_ctrl() 421 if (CRYPTO_gcm128_aad(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ctx), in aria_gcm_tls_cipher() 441 CRYPTO_gcm128_tag(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ct in aria_gcm_tls_cipher() [all...] |
H A D | e_sm4.c | 86 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
|
H A D | e_aes.c | 1401 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1475 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_gcm_ctrl() 1570 const unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_tls_cipher() 1667 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_cipher() 1882 unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_tls_cipher() 2038 buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_ccm_cipher() 2085 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 2140 buf = EVP_CIPHER_CTX_buf_noconst(c); in s390x_aes_ccm_ctrl() 2542 EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ctr_cipher() 2547 EVP_CIPHER_CTX_buf_noconst(ct in aes_ctr_cipher() [all...] |
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 | 617 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_buf_noconst() function
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_padlock.c | 482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
|
/third_party/openssl/engines/ |
H A D | e_padlock.c | 482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 482 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 634 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 632 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
|
Completed in 41 milliseconds