Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDcipher-chachapoly-libcrypto.c100 EVP_Cipher(ctx->main_evp, poly_key, in chachapoly_crypt()
120 EVP_Cipher(ctx->header_evp, dest, src, aadlen) < 0) { in chachapoly_crypt()
129 EVP_Cipher(ctx->main_evp, dest + aadlen, src + aadlen, len) < 0) { in chachapoly_crypt()
160 if (EVP_Cipher(ctx->header_evp, buf, (u_char *)cp, sizeof(buf)) < 0) in chachapoly_get_length()
HDcipher.c383 EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0) in cipher_crypt()
389 if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen, in cipher_crypt()
394 if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0) in cipher_crypt()
/dragonfly/crypto/libressl/crypto/cmac/
HDcmac.c184 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl)) in CMAC_Init()
225 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl)) in CMAC_Update()
230 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl)) in CMAC_Update()
264 if (!EVP_Cipher(&ctx->cctx, out, out, bl)) { in CMAC_Final()
/dragonfly/crypto/libressl/crypto/evp/
HDevp_lib.c201 EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, in EVP_Cipher() function
/dragonfly/crypto/libressl/ssl/
HDtls12_record_layer.c1008 if (!EVP_Cipher(enc, plain, CBS_data(fragment), plain_len)) in tls12_record_layer_open_record_protected_cipher()
1257 if (!EVP_Cipher(enc, enc_data, plain, plain_len)) in tls12_record_layer_seal_record_protected_cipher()
/dragonfly/crypto/libressl/include/openssl/
HDevp.h423 int EVP_Cipher(EVP_CIPHER_CTX *c, unsigned char *out, const unsigned char *in,