Home
last modified time | relevance | path

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

/openssl/crypto/cmac/
H A Dcmac.c158 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in ossl_cmac_init()
207 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0) in CMAC_Update()
220 if (EVP_Cipher(ctx->cctx, ctx->tbl, data, bl) <= 0) in CMAC_Update()
227 if (EVP_Cipher(ctx->cctx, buf, data, max_burst_blocks * bl) <= 0) in CMAC_Update()
234 if (EVP_Cipher(ctx->cctx, buf, data, cipher_blocks * bl) <= 0) in CMAC_Update()
272 if (EVP_Cipher(ctx->cctx, out, out, bl) <= 0) { in CMAC_Final()
/openssl/ssl/record/methods/
H A Dssl3_meth.c180 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_cipher()
H A Dtls1_meth.c412 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_cipher()
/openssl/test/
H A Dbad_dtls_test.c338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
/openssl/doc/man7/
H A Dprovider-cipher.pod173 L<EVP_Cipher(3)>.
/openssl/doc/man3/
H A DEVP_EncryptInit.pod33 EVP_Cipher,
156 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
451 =item EVP_Cipher()
1310 EVP_Cipher() returns 1 on success and <= 0 on failure, if the flag
1313 EVP_Cipher() returns the number of bytes written to I<out> for encryption / decryption, or
/openssl/util/
H A Dmissingcrypto111.txt654 EVP_Cipher(3)
H A Dlibcrypto.num1677 EVP_Cipher 1717 3_0_0 EXIST::FUNCTION:
/openssl/crypto/evp/
H A Devp_lib.c382 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
/openssl/apps/
H A Dspeed.c800 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
4892 ciph_success = EVP_Cipher(ctx, out, inp, len + pad); in multiblock_speed()
/openssl/include/openssl/
H A Devp.h684 __owur int EVP_Cipher(EVP_CIPHER_CTX *c,

Completed in 67 milliseconds