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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c 215 static int update_iv(PROV_AES_OCB_CTX *ctx) function
238 if (!ctx->key_set || !update_iv(ctx))
269 if (!ctx->key_set || !update_iv(ctx))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c 217 static int update_iv(PROV_AES_OCB_CTX *ctx) function
240 if (!ctx->key_set || !update_iv(ctx))
271 if (!ctx->key_set || !update_iv(ctx))

Completed in 25 milliseconds