Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
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()
Dcipher_rc4_hmac_md5.h22 size_t tls_aad_pad_sz; member
Dcipher_chacha20_poly1305.h30 size_t tls_aad_pad_sz; member
Dcipher_chacha20_poly1305.c102 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in chacha20_poly1305_get_ctx_params()
207 ctx->tls_aad_pad_sz = len; in chacha20_poly1305_set_ctx_params()
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()
Dciphercommon_gcm.c201 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_gcm_get_ctx_params()
278 ctx->tls_aad_pad_sz = sz; in ossl_gcm_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
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()
Dcipher_rc4_hmac_md5.h22 size_t tls_aad_pad_sz; member
Dcipher_chacha20_poly1305.h30 size_t tls_aad_pad_sz; member
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()
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()
Dciphercommon_gcm.c201 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad_sz)) { in ossl_gcm_get_ctx_params()
283 ctx->tls_aad_pad_sz = sz; in ossl_gcm_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h39 size_t tls_aad_pad_sz; member
Dciphercommon_gcm.h52 size_t tls_aad_pad_sz; member
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h39 size_t tls_aad_pad_sz; member
Dciphercommon_gcm.h52 size_t tls_aad_pad_sz; member