Home
last modified time | relevance | path

Searched refs:IV_STATE_UNINITIALISED (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
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()
Dcipher_aes_ocb.c220 || ctx->iv_state == IV_STATE_UNINITIALISED) in update_iv()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h21 #define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro