Home
last modified time | relevance | path

Searched refs:ossl_slh_dsa_set_pub (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h45 __owur int ossl_slh_dsa_set_pub(SLH_DSA_KEY *key, const uint8_t *pub,
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_key.c451 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
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c746 if (!ossl_slh_dsa_set_pub(ret, spki->pubkey->data, spki->pubkey->length)) { in slh_dsa_d2i_PUBKEY()