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

  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_enc.c 679 if (ctx->cipher->cupdate == NULL || blocksize < 1) {
684 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl,
827 if (ctx->cipher->cupdate == NULL || blocksize < 1) {
831 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl,
1572 if (cipher->cupdate != NULL)
1574 cipher->cupdate = OSSL_FUNC_cipher_update(fns);
evp_lib.c 411 * Otherwise, we call the cupdate function if in != NULL, or cfinal
424 ret = ctx->cipher->cupdate(ctx->algctx, out, &outl,
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_enc.c 1010 if (ossl_unlikely(ctx->cipher->cupdate == NULL || blocksize < 1)) {
1015 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl,
1163 if (ossl_unlikely(ctx->cipher->cupdate == NULL || blocksize < 1)) {
1167 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl,
1948 if (cipher->cupdate != NULL)
1950 cipher->cupdate = OSSL_FUNC_cipher_update(fns);
evp_lib.c 392 * Otherwise, we call the cupdate function if in != NULL, or cfinal
409 ret = ctx->cipher->cupdate(ctx->algctx, out, &outl,
  /src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h 333 OSSL_FUNC_cipher_update_fn *cupdate; member in struct:evp_cipher_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h 342 OSSL_FUNC_cipher_update_fn *cupdate; member in struct:evp_cipher_st

Completed in 22 milliseconds