Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c32 static DECODE_FN poly_decode_signed_two_to_power_17; variable
589 static int poly_decode_signed_two_to_power_17(POLY *p, PACKET *pkt) in poly_decode_signed_two_to_power_17() function
956 decode_fn = poly_decode_signed_two_to_power_17; in ossl_ml_dsa_sig_decode()
984 return poly_decode_signed_two_to_power_17(out, &pkt); in ossl_ml_dsa_poly_decode_expand_mask()