Searched refs:tls_aad_pad_sz (Results 1 – 8 of 8) sorted by relevance
22 size_t tls_aad_pad_sz; member
30 size_t tls_aad_pad_sz; member
131 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()
122 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()
129 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()
212 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()
43 size_t tls_aad_pad_sz; member
56 size_t tls_aad_pad_sz; member
Completed in 34 milliseconds