Searched refs:EVP_BytesToKey (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_BytesToKey.pod | 5 EVP_BytesToKey - password based encryption routine 11 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, 18 EVP_BytesToKey() derives a key and IV from various parameters. B<type> is 58 If B<data> is NULL, then EVP_BytesToKey() returns the number of bytes 60 Otherwise, EVP_BytesToKey() returns the size of the derived key in bytes,
|
| H A D | PEM_read_bio_PrivateKey.pod | 347 The encryption key is derived using EVP_BytesToKey(). The cipher's 348 initialization vector is passed to EVP_BytesToKey() as the B<salt> 351 password is passed to EVP_BytesToKey() using the B<data> and B<datal> 353 EVP_BytesToKey(). 355 The B<key> derived by EVP_BytesToKey() along with the original initialization 357 EVP_BytesToKey() is not utilized or needed, and NULL should be passed to 371 rc = EVP_BytesToKey(cipher, md, iv /*salt*/, pword, plen, 1, key, NULL /*iv*/); 465 L<EVP_EncryptInit(3)>, L<EVP_BytesToKey(3)>,
|
| H A D | PKCS5_PBKDF2_HMAC.pod | 65 L<EVP_BytesToKey(3)>,
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | evp.pod | 59 The L<EVP_BytesToKey(3)> function provides some limited support for password 102 L<EVP_BytesToKey(3)>,
|
| H A D | passphrase-encoding.pod | 166 L<EVP_BytesToKey(3)>, L<EVP_DecryptInit(3)>,
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | evp_key.c | 74 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
|
| /freebsd-12.1/crypto/openssl/crypto/pem/ |
| H A D | pem_lib.c | 372 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL)) in PEM_ASN1_write_bio() 442 if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]), in PEM_do_header()
|
| /freebsd-12.1/crypto/heimdal/doc/doxyout/hcrypto/ |
| H A D | manpages | 42 hcrypto/man/man3/EVP_BytesToKey.3
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | enc.c | 484 if (!EVP_BytesToKey(cipher, dgst, sptr, in enc_main()
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | ks_file.c | 91 ret = EVP_BytesToKey(c, EVP_md5(), ivdata, in try_decrypt()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 571 __owur int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1409 EVP_BytesToKey;
|
| H A D | Makefile.man | 136 MAN+= EVP_BytesToKey.3
|