Searched refs:EVP_EncryptFinal_ex (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/crypto/libressl/crypto/evp/ |
| HD | evp_enc.c | 248 return EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 261 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal() 385 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_EncryptFinal() 390 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() function
|
| /dragonfly/crypto/libressl/crypto/pem/ |
| HD | pem_lib.c | 420 !EVP_EncryptFinal_ex(&ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
|
| HD | pvkfmt.c | 903 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|
| /dragonfly/contrib/wpa_supplicant/src/crypto/ |
| HD | crypto_openssl.c | 359 if (EVP_EncryptFinal_ex(c, buf, &len) != 1) { in aes_encrypt_deinit() 484 EVP_EncryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_encrypt()
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | evp.h | 478 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
|
| /dragonfly/crypto/libressl/ssl/ |
| HD | ssl_srvr.c | 2377 if (!EVP_EncryptFinal_ex(ctx, enc_session + enc_session_len, in ssl3_send_newsession_ticket()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | speed.c | 1490 EVP_EncryptFinal_ex(ctx, buf, &outl); in speed_main()
|