Home
last modified time | relevance | path

Searched refs:IV_STATE_UNINITIALISED (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c172 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
187 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
266 if (ctx->iv_state != IV_STATE_UNINITIALISED) in ossl_gcm_set_ctx_params()
413 if (ctx->iv_state == IV_STATE_UNINITIALISED) { in gcm_cipher_internal()
H A Dcipher_aes_ocb.c220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()
392 ctx->iv_state = IV_STATE_UNINITIALISED; in aes_ocb_set_ctx_params()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c172 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
187 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
408 if (ctx->iv_state == IV_STATE_UNINITIALISED) { in gcm_cipher_internal()
H A Dcipher_aes_ocb.c220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h21 #define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h21 #define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro

Completed in 6 milliseconds