Home
last modified time | relevance | path

Searched refs:tls_aad_pad_sz (Results 1 – 8 of 8) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h22 size_t tls_aad_pad_sz; member
H A Dcipher_chacha20_poly1305.h30 size_t tls_aad_pad_sz; member
H A Dcipher_rc4_hmac_md5.c131 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in rc4_hmac_md5_get_ctx_params()
194 ctx->tls_aad_pad_sz = sz; in rc4_hmac_md5_set_ctx_params()
H A Dcipher_chacha20_poly1305.c122 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in chacha20_poly1305_get_ctx_params()
227 ctx->tls_aad_pad_sz = len; in chacha20_poly1305_set_ctx_params()
H A Dciphercommon_ccm.c129 ctx->tls_aad_pad_sz = sz; in ossl_ccm_set_ctx_params()
201 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_ccm_get_ctx_params()
H A Dciphercommon_gcm.c212 if (!OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_gcm_get_ctx_params()
304 ctx->tls_aad_pad_sz = sz; in ossl_gcm_set_ctx_params()
/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h43 size_t tls_aad_pad_sz; member
H A Dciphercommon_gcm.h56 size_t tls_aad_pad_sz; member

Completed in 34 milliseconds