Home
last modified time | relevance | path

Searched refs:EVP_Cipher (Results 1 – 10 of 10) sorted by relevance

/openssl-master/crypto/cmac/
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)) { in CMAC_Final()
/openssl-master/test/
A Dbad_dtls_test.c338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
/openssl-master/ssl/record/
A Dssl3_record.c915 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_enc()
1210 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc()
/openssl-master/doc/man7/
A Dprovider-cipher.pod169 L<EVP_Cipher(3)>.
/openssl-master/doc/man3/
A DEVP_EncryptInit.pod31 EVP_Cipher,
152 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
431 =item EVP_Cipher()
1198 EVP_Cipher() returns the amount of encrypted / decrypted bytes, or -1
1200 cipher. EVP_Cipher() returns 1 on success or 0 on failure, if the flag
/openssl-master/crypto/evp/
A Devp_lib.c403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
/openssl-master/util/
A Dmissingcrypto111.txt654 EVP_Cipher(3)
A Dlibcrypto.num1677 EVP_Cipher 1717 3_0_0 EXIST::FUNCTION:
/openssl-master/apps/
A Dspeed.c650 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
3656 EVP_Cipher(ctx, out, inp, len + pad); in multiblock_speed()
/openssl-master/include/openssl/
A Devp.h674 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,

Completed in 51 milliseconds