Searched refs:EVP_Cipher (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | cipher-chachapoly-libcrypto.c | 100 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()
|
| HD | cipher.c | 383 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/ |
| HD | cmac.c | 184 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/ |
| HD | evp_lib.c | 201 EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, in EVP_Cipher() function
|
| /dragonfly/crypto/libressl/ssl/ |
| HD | tls12_record_layer.c | 1008 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/ |
| HD | evp.h | 423 int EVP_Cipher(EVP_CIPHER_CTX *c, unsigned char *out, const unsigned char *in,
|