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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 67 ctx->iv_state = IV_STATE_BUFFERED;
406 ctx->iv_state = IV_STATE_BUFFERED;
436 if (ctx->iv_state == IV_STATE_BUFFERED) {
507 ctx->iv_state = IV_STATE_BUFFERED;
522 ctx->iv_state = IV_STATE_BUFFERED;
cipher_aes_ocb.c 126 ctx->iv_state = IV_STATE_BUFFERED;
220 if (ctx->iv_state == IV_STATE_BUFFERED) {
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 66 ctx->iv_state = IV_STATE_BUFFERED;
388 ctx->iv_state = IV_STATE_BUFFERED;
418 if (ctx->iv_state == IV_STATE_BUFFERED) {
489 ctx->iv_state = IV_STATE_BUFFERED;
502 ctx->iv_state = IV_STATE_BUFFERED;
cipher_aes_ocb.c 128 ctx->iv_state = IV_STATE_BUFFERED;
222 if (ctx->iv_state == IV_STATE_BUFFERED) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 26 #define IV_STATE_BUFFERED 1 /* iv has been copied to the iv buffer */
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 22 #define IV_STATE_BUFFERED 1 /* iv has been copied to the iv buffer */

Completed in 32 milliseconds