Searched refs:EVP_Cipher (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 148 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 D | cmac.c | 148 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 D | bad_dtls_test.c | 338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 941 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 D | ssl3_record.c | 941 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 D | speed.c | 652 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 D | speed.c | 652 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 D | evp.h | 317 * 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 D | evp.h | 392 * 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 D | evp.h | 390 * store MAC and eventual padding. Subsequent call to EVP_Cipher even 674 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,
|
Completed in 28 milliseconds