Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c465 || (p8fmt->seed_length > 0 && p8fmt->seed_length != ML_DSA_SEED_BYTES) in ossl_ml_dsa_d2i_PKCS8()
474 if (p8fmt->seed_length > 0) { in ossl_ml_dsa_d2i_PKCS8()
510 if (p8fmt->seed_length > 0) in ossl_ml_dsa_d2i_PKCS8()
580 if (seed != NULL || p8fmt->seed_length == 0) in ossl_ml_dsa_i2d_prvkey()
584 || (p8fmt->seed_length > 0 && p8fmt->seed_length != ML_DSA_SEED_BYTES) in ossl_ml_dsa_i2d_prvkey()
617 if (p8fmt->seed_length != 0) { in ossl_ml_dsa_i2d_prvkey()
H A Dml_kem_codecs.c332 || (p8fmt->seed_length > 0 && p8fmt->seed_length != ML_KEM_SEED_BYTES) in ossl_ml_kem_d2i_PKCS8()
341 if (p8fmt->seed_length > 0) { in ossl_ml_kem_d2i_PKCS8()
378 if (p8fmt->seed_length > 0) { in ossl_ml_kem_d2i_PKCS8()
467 if (ossl_ml_kem_have_seed(key) || p8fmt->seed_length == 0) in ossl_ml_kem_i2d_prvkey()
471 || (p8fmt->seed_length > 0 && p8fmt->seed_length != ML_KEM_SEED_BYTES) in ossl_ml_kem_i2d_prvkey()
505 if (p8fmt->seed_length != 0) { in ossl_ml_kem_i2d_prvkey()
H A Dml_common_codecs.h76 size_t seed_length; /* Seed bytes */ member
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dold_api_glue.c236 krb5_const_pointer seed, size_t seed_length, in krb5_calculate_checksum() argument
246 keyblock.length = seed_length; in krb5_calculate_checksum()
275 size_t seed_length) in krb5_verify_checksum() argument
284 keyblock.length = seed_length; in krb5_verify_checksum()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_key.c110 pKeyGenReqMid->u1.s2.seed_length = seedLenInBytes; in LacSymQat_KeyMgfRequestPopulate()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_la.h1828 uint8_t seed_length; member
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin1596 krb5_const_pointer seed, size_t seed_length,
1604 size_t seed_length);