Home
last modified time | relevance | path

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 De_aria.c187 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 De_sm4.c86 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
H A De_aes.c1395 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 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.c617 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 De_aria.c187 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 De_sm4.c86 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in sm4_ctr_cipher()
H A De_aes.c1401 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 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.c617 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 De_padlock.c482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
/third_party/openssl/engines/
H A De_padlock.c482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h482 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h634 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
/third_party/openssl/include/openssl/
H A Devp.h632 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);

Completed in 26 milliseconds