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
121 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()
104 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()
126 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()
193 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()
39 size_t tls_aad_pad_sz; member
52 size_t tls_aad_pad_sz; member
Completed in 13 milliseconds