Home
last modified time | relevance | path

Searched refs:UNINITIALISED_SIZET (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c37 ctx->taglen = UNINITIALISED_SIZET; in ossl_gcm_initctx()
38 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx()
161 size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : in ossl_gcm_get_ctx_params()
211 || ctx->taglen == UNINITIALISED_SIZET) { in ossl_gcm_get_ctx_params()
396 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal()
431 if (!ctx->enc && ctx->taglen == UNINITIALISED_SIZET) in gcm_cipher_internal()
565 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
Dciphercommon_ccm.c391 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in ccm_cipher_internal()
451 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_ccm_initctx()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_gcm.c37 ctx->taglen = UNINITIALISED_SIZET; in ossl_gcm_initctx()
38 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx()
161 size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : in ossl_gcm_get_ctx_params()
211 || ctx->taglen == UNINITIALISED_SIZET) { in ossl_gcm_get_ctx_params()
401 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal()
436 if (!ctx->enc && ctx->taglen == UNINITIALISED_SIZET) in gcm_cipher_internal()
570 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
Dciphercommon_ccm.c394 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in ccm_cipher_internal()
454 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_ccm_initctx()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_aead.h10 #define UNINITIALISED_SIZET ((size_t)-1) macro
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_aead.h10 #define UNINITIALISED_SIZET ((size_t)-1) macro