Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_rc4_hmac_md5.h22 size_t tls_aad_pad_sz; member
A Dcipher_chacha20_poly1305.h30 size_t tls_aad_pad_sz; member
A Dcipher_rc4_hmac_md5.c121 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in rc4_hmac_md5_get_ctx_params()
184 ctx->tls_aad_pad_sz = sz; in rc4_hmac_md5_set_ctx_params()
A Dcipher_chacha20_poly1305.c104 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in chacha20_poly1305_get_ctx_params()
210 ctx->tls_aad_pad_sz = len; in chacha20_poly1305_set_ctx_params()
A Dciphercommon_ccm.c126 ctx->tls_aad_pad_sz = sz; in ossl_ccm_set_ctx_params()
198 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_ccm_get_ctx_params()
A Dciphercommon_gcm.c193 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_gcm_get_ctx_params()
270 ctx->tls_aad_pad_sz = sz; in ossl_gcm_set_ctx_params()
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_ccm.h39 size_t tls_aad_pad_sz; member
A Dciphercommon_gcm.h52 size_t tls_aad_pad_sz; member

Completed in 13 milliseconds