Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dderive_key.c67 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
/external/boringssl/src/crypto/pem/
Dpem_lib.c329 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL)) in PEM_ASN1_write_bio()
392 if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]), in PEM_do_header()
/external/boringssl/src/include/openssl/
Dcipher.h332 OPENSSL_EXPORT int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1306 EVP_BytesToKey
DBoringSSL-GRPC.podspec2858 '#define EVP_BytesToKey GRPC_SHADOW_EVP_BytesToKey',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1334 #define EVP_BytesToKey GRPC_SHADOW_EVP_BytesToKey macro