Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c467 || (p8fmt->pub_length > 0 && p8fmt->pub_length != v->pk_len)) { in ossl_ml_dsa_d2i_PKCS8()
496 if (p8fmt->pub_length > 0) { in ossl_ml_dsa_d2i_PKCS8()
586 || (p8fmt->pub_length > 0 && p8fmt->pub_length != params->pk_len)) { in ossl_ml_dsa_i2d_prvkey()
644 if (p8fmt->pub_length != 0) { in ossl_ml_dsa_i2d_prvkey()
H A Dml_kem_codecs.c334 || (p8fmt->pub_length > 0 && p8fmt->pub_length != v->pubkey_bytes)) { in ossl_ml_kem_d2i_PKCS8()
363 if (p8fmt->pub_length > 0) { in ossl_ml_kem_d2i_PKCS8()
473 || (p8fmt->pub_length > 0 && p8fmt->pub_length != v->pubkey_bytes)) { in ossl_ml_kem_i2d_prvkey()
534 if (p8fmt->pub_length != 0) { in ossl_ml_kem_i2d_prvkey()
H A Dml_common_codecs.h81 size_t pub_length; /* Pubkey bytes */ member