Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
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 EVP_BytesToKey() returns the size of the derived key in bytes.
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Dn_pkey.c214 EVP_BytesToKey(EVP_rc4(),EVP_md5(),NULL,buf,i,1,key,NULL); in i2d_RSA_NET()
307 EVP_BytesToKey(EVP_rc4(),EVP_md5(),NULL,buf,i,1,key,NULL); in d2i_RSA_NET_2()
/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_key.c119 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
H A Devp.h519 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
/onnv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c346 EVP_BytesToKey(enc,EVP_md5(),iv,kstr,klen,1,key,NULL); in PEM_ASN1_write_bio()
411 EVP_BytesToKey(cipher->cipher,EVP_md5(),&(cipher->iv[0]), in PEM_do_header()
/onnv-gate/usr/src/common/openssl/apps/
H A Denc.c507 EVP_BytesToKey(cipher,dgst,sptr, in MAIN()