Home
last modified time | relevance | path

Searched refs:EVP_Cipher (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c148 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in CMAC_Init()
189 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0) in CMAC_Update()
194 if (EVP_Cipher(ctx->cctx, ctx->tbl, data, bl) <= 0) in CMAC_Update()
230 if (EVP_Cipher(ctx->cctx, out, out, bl) <= 0) { in CMAC_Final()
/third_party/openssl/crypto/cmac/
H A Dcmac.c148 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in CMAC_Init()
189 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0) in CMAC_Update()
194 if (EVP_Cipher(ctx->cctx, ctx->tbl, data, bl) <= 0) in CMAC_Update()
230 if (EVP_Cipher(ctx->cctx, out, out, bl) <= 0) { in CMAC_Final()
/third_party/openssl/test/
H A Dbad_dtls_test.c338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
/third_party/openssl/crypto/evp/
H A Devp_lib.c403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c941 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_enc()
1235 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc()
/third_party/openssl/ssl/record/
H A Dssl3_record.c941 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_enc()
1235 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc()
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
3710 EVP_Cipher(ctx, out, inp, len + pad); in multiblock_speed()
/third_party/openssl/apps/
H A Dspeed.c652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
3685 EVP_Cipher(ctx, out, inp, len + pad); in multiblock_speed()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h317 * store MAC and eventual padding. Subsequent call to EVP_Cipher even
524 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h392 * store MAC and eventual padding. Subsequent call to EVP_Cipher even
676 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,
/third_party/openssl/include/openssl/
H A Devp.h390 * store MAC and eventual padding. Subsequent call to EVP_Cipher even
674 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,

Completed in 29 milliseconds