Searched refs:EVP_Cipher (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/cmac/ |
H A D | cmac.c | 158 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 D | ssl3_meth.c | 180 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_cipher()
|
H A D | tls1_meth.c | 412 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_cipher()
|
/openssl/test/ |
H A D | bad_dtls_test.c | 338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
|
/openssl/doc/man7/ |
H A D | provider-cipher.pod | 173 L<EVP_Cipher(3)>.
|
/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 33 EVP_Cipher, 156 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, 451 =item EVP_Cipher() 1312 EVP_Cipher() returns 1 on success and <= 0 on failure, if the flag 1315 EVP_Cipher() returns the number of bytes written to I<out> for
|
/openssl/util/ |
H A D | missingcrypto111.txt | 654 EVP_Cipher(3)
|
H A D | libcrypto.num | 1677 EVP_Cipher 1717 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 382 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
|
/openssl/apps/ |
H A D | speed.c | 809 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop() 5130 ciph_success = EVP_Cipher(ctx, out, inp, len + pad); in multiblock_speed()
|
/openssl/include/openssl/ |
H A D | evp.h | 684 __owur int EVP_Cipher(EVP_CIPHER_CTX *c,
|
Completed in 74 milliseconds