HomeSort by: relevance | last modified time | path
    Searched refs:IV_STATE_FINISHED (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 286 ctx->iv_state = IV_STATE_FINISHED;
422 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED)
458 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */
589 ctx->iv_state = IV_STATE_FINISHED;
cipher_aes_ocb.c 217 if (ctx->iv_state == IV_STATE_FINISHED
300 ctx->iv_state = IV_STATE_FINISHED;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 267 ctx->iv_state = IV_STATE_FINISHED;
404 if (!ctx->key_set || ctx->iv_state == IV_STATE_FINISHED)
440 ctx->iv_state = IV_STATE_FINISHED; /* Don't reuse the IV */
569 ctx->iv_state = IV_STATE_FINISHED;
cipher_aes_ocb.c 219 if (ctx->iv_state == IV_STATE_FINISHED
302 ctx->iv_state = IV_STATE_FINISHED;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 28 #define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 24 #define IV_STATE_FINISHED 3 /* the iv has been used - so don't reuse it */

Completed in 27 milliseconds