HomeSort by: relevance | last modified time | path
    Searched defs:include_priv (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ml_dsa_kmgmt.c 272 int include_priv; local
281 include_priv = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0);
282 res = ml_dsa_key_fromdata(key, params, include_priv);
slh_dsa_kmgmt.c 113 int include_priv; local
121 include_priv = ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0);
122 return ossl_slh_dsa_key_fromdata(key, params, include_priv);

Completed in 15 milliseconds