Searched refs:ossl_slh_dsa_set_pub (Results 1 – 3 of 3) sorted by relevance
45 __owur int ossl_slh_dsa_set_pub(SLH_DSA_KEY *key, const uint8_t *pub,
451 int ossl_slh_dsa_set_pub(SLH_DSA_KEY *key, const uint8_t *pub, size_t pub_len) in ossl_slh_dsa_set_pub() function
746 if (!ossl_slh_dsa_set_pub(ret, spki->pubkey->data, spki->pubkey->length)) { in slh_dsa_d2i_PUBKEY()