Home
last modified time | relevance | path

Searched refs:common_load (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c653 static void *common_load(const void *reference, size_t reference_sz, in common_load() function
674 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSA); in rsa_load()
679 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSASSAPSS); in rsapss_load()
H A Dec_kmgmt.c1367 static void *common_load(const void *reference, size_t reference_sz, in common_load() function
1388 return common_load(reference, reference_sz, 0); in ec_load()
1395 return common_load(reference, reference_sz, 1); in sm2_load()