Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c126 ctx->iv_state = IV_STATE_COPIED; in getivgen()
140 ctx->iv_state = IV_STATE_COPIED; in setivinv()
439 ctx->iv_state = IV_STATE_COPIED; in gcm_cipher_internal()
H A Dcipher_aes_ocb.c224 ctx->iv_state = IV_STATE_COPIED; in update_iv()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h27 #define IV_STATE_COPIED 2 /* iv has been copied from the iv buffer */ macro