Home
last modified time | relevance | path

Searched refs:EVP_BytesToKey (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_BytesToKey.pod5 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 DPEM_read_bio_PrivateKey.pod419 The encryption key is derived using EVP_BytesToKey(). The cipher's
420 initialization vector is passed to EVP_BytesToKey() as the I<salt>
423 password is passed to EVP_BytesToKey() using the I<data> and I<datal>
425 EVP_BytesToKey().
427 The I<key> derived by EVP_BytesToKey() along with the original initialization
429 EVP_BytesToKey() is not utilized or needed, and NULL should be passed to
443 rc = EVP_BytesToKey(cipher, md, iv /*salt*/, pword, plen, 1, key, NULL /*iv*/);
548 L<EVP_EncryptInit(3)>, L<EVP_BytesToKey(3)>,
H A DPKCS5_PBKDF2_HMAC.pod65 L<EVP_BytesToKey(3)>,
/freebsd/crypto/openssl/doc/man7/
H A Devp.pod60 The L<EVP_BytesToKey(3)> function provides some limited support for password
104 L<EVP_BytesToKey(3)>,
H A Dpassphrase-encoding.pod166 L<EVP_BytesToKey(3)>, L<EVP_DecryptInit(3)>,
/freebsd/crypto/openssl/crypto/evp/
H A Devp_key.c78 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages42 hcrypto/man/man3/EVP_BytesToKey.3
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c378 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL)) in PEM_ASN1_write_bio()
448 if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]), in PEM_do_header()
/freebsd/crypto/openssl/apps/
H A Denc.c512 if (!EVP_BytesToKey(cipher, dgst, sptr, in enc_main()
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_file.c91 ret = EVP_BytesToKey(c, EVP_md5(), ivdata, in try_decrypt()
/freebsd/crypto/openssl/doc/
H A Dbuild.info1090 DEPEND[html/man3/EVP_BytesToKey.html]=man3/EVP_BytesToKey.pod
1091 GENERATE[html/man3/EVP_BytesToKey.html]=man3/EVP_BytesToKey.pod
1092 DEPEND[man/man3/EVP_BytesToKey.3]=man3/EVP_BytesToKey.pod
1093 GENERATE[man/man3/EVP_BytesToKey.3]=man3/EVP_BytesToKey.pod
3058 html/man3/EVP_BytesToKey.html \
3666 man/man3/EVP_BytesToKey.3 \
/freebsd/crypto/openssl/include/openssl/
H A Devp.h742 __owur int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1405 EVP_BytesToKey;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile155 MAN+= EVP_BytesToKey.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num118 EVP_BytesToKey 120 3_0_0 EXIST::FUNCTION: