Lines Matching refs:EVP_CIPHER_CTX_buf_noconst
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()
1655 const unsigned char *buf = EVP_CIPHER_CTX_buf_noconst(ctx); in s390x_aes_gcm_tls_cipher()
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()
2624 EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ctr_cipher()
2629 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in aes_ctr_cipher()
2907 if (CRYPTO_gcm128_aad(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ctx), in aes_gcm_tls_cipher()
2993 CRYPTO_gcm128_tag(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ctx), in aes_gcm_tls_cipher()
2996 if (CRYPTO_memcmp(EVP_CIPHER_CTX_buf_noconst(ctx), in + len, in aes_gcm_tls_cipher()
3164 EVP_CIPHER_CTX_buf_noconst(ctx), in aes_gcm_cipher()
3170 CRYPTO_gcm128_tag(&gctx->gcm, EVP_CIPHER_CTX_buf_noconst(ctx), 16); in aes_gcm_cipher()
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()
3415 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aes_ccm_ctrl()
3416 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aes_ccm_ctrl()
3445 memcpy(EVP_CIPHER_CTX_buf_noconst(c), ptr, arg); in aes_ccm_ctrl()
3539 memcpy(out, EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ccm_tls_cipher()
3550 CRYPTO_ccm128_aad(ccm, EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ccm_tls_cipher()
3636 if (!CRYPTO_memcmp(tag, EVP_CIPHER_CTX_buf_noconst(ctx), in aes_ccm_cipher()