HomeSort by: relevance | last modified time | path
    Searched refs:common_load (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
rsa_kmgmt.c 647 static void *common_load(const void *reference, size_t reference_sz, function
668 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSA);
673 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSASSAPSS);
ec_kmgmt.c 1399 static void *common_load(const void *reference, size_t reference_sz, function
1420 return common_load(reference, reference_sz, 0);
1427 return common_load(reference, reference_sz, 1);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
rsa_kmgmt.c 653 static void *common_load(const void *reference, size_t reference_sz, function
674 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSA);
679 return common_load(reference, reference_sz, RSA_FLAG_TYPE_RSASSAPSS);
ec_kmgmt.c 1367 static void *common_load(const void *reference, size_t reference_sz, function
1388 return common_load(reference, reference_sz, 0);
1395 return common_load(reference, reference_sz, 1);

Completed in 27 milliseconds