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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon_ccm.h 65 OSSL_CCM_setiv_fn setiv; member in struct:prov_ccm_hw_st
ciphercommon_gcm.h 92 OSSL_GCM_setiv_fn setiv; member in struct:prov_gcm_hw_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon_ccm.h 74 OSSL_CCM_setiv_fn setiv; member in struct:prov_ccm_hw_st
ciphercommon_gcm.h 97 OSSL_GCM_setiv_fn setiv; member in struct:prov_gcm_hw_st
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 116 || !ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
138 if (!ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
437 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen))
ciphercommon_ccm.c 329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 115 || !ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
137 if (!ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen))
419 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen))
ciphercommon_ccm.c 329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen))

Completed in 25 milliseconds