Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c184 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
198 if (ctx->iv_state == IV_STATE_UNINITIALISED) in ossl_gcm_get_ctx_params()
288 if (ctx->iv_state != IV_STATE_UNINITIALISED) in ossl_gcm_set_ctx_params()
434 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()
398 ctx->iv_state = IV_STATE_UNINITIALISED; in aes_ocb_set_ctx_params()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h25 # define IV_STATE_UNINITIALISED 0 /* initial state is not initialized */ macro

Completed in 9 milliseconds