Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_common_codecs.c45 if ((ret = OPENSSL_zalloc((NUM_PKCS8_FORMATS + 1) * sizeof(*ret))) == NULL) in ossl_ml_common_pkcs8_fmt_order()
49 for (i = 0; i < NUM_PKCS8_FORMATS; ++i) { in ossl_ml_common_pkcs8_fmt_order()
66 for (i = 0; i < NUM_PKCS8_FORMATS; ++i) { in ossl_ml_common_pkcs8_fmt_order()
77 } while (count < NUM_PKCS8_FORMATS); in ossl_ml_common_pkcs8_fmt_order()
88 qsort(ret, NUM_PKCS8_FORMATS, sizeof(*ret), pref_cmp); in ossl_ml_common_pkcs8_fmt_order()
H A Dml_dsa_codecs.c33 static const ML_COMMON_PKCS8_FMT ml_dsa_44_p8fmt[NUM_PKCS8_FORMATS] = {
51 static const ML_COMMON_PKCS8_FMT ml_dsa_65_p8fmt[NUM_PKCS8_FORMATS] = {
69 static const ML_COMMON_PKCS8_FMT ml_dsa_87_p8fmt[NUM_PKCS8_FORMATS] = {
H A Dml_common_codecs.h67 #define NUM_PKCS8_FORMATS 6 macro
H A Dml_kem_codecs.c30 static const ML_COMMON_PKCS8_FMT ml_kem_512_p8fmt[NUM_PKCS8_FORMATS] = {
48 static const ML_COMMON_PKCS8_FMT ml_kem_768_p8fmt[NUM_PKCS8_FORMATS] = {
66 static const ML_COMMON_PKCS8_FMT ml_kem_1024_p8fmt[NUM_PKCS8_FORMATS] = {