Searched refs:EVP_Cipher (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/cmac/ |
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)) { in CMAC_Final()
|
/openssl-master/test/ |
A D | bad_dtls_test.c | 338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
|
/openssl-master/ssl/record/ |
A D | ssl3_record.c | 915 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 D | provider-cipher.pod | 169 L<EVP_Cipher(3)>.
|
/openssl-master/doc/man3/ |
A D | EVP_EncryptInit.pod | 31 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 D | evp_lib.c | 403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
|
/openssl-master/util/ |
A D | missingcrypto111.txt | 654 EVP_Cipher(3)
|
A D | libcrypto.num | 1677 EVP_Cipher 1717 3_0_0 EXIST::FUNCTION:
|
/openssl-master/apps/ |
A D | speed.c | 650 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 D | evp.h | 674 /*__owur*/ int EVP_Cipher(EVP_CIPHER_CTX *c,
|
Completed in 51 milliseconds