Symbol: NUM_PKCS8_FORMATS
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
45
if ((ret = OPENSSL_zalloc((NUM_PKCS8_FORMATS + 1) * sizeof(*ret))) == NULL)
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
49
for (i = 0; i < NUM_PKCS8_FORMATS; ++i) {
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
66
for (i = 0; i < NUM_PKCS8_FORMATS; ++i) {
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
78
} while (count < NUM_PKCS8_FORMATS);
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.c
89
qsort(ret, NUM_PKCS8_FORMATS, sizeof(*ret), pref_cmp);
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
160
static const ML_COMMON_PKCS8_FMT ml_dsa_65_p8fmt[NUM_PKCS8_FORMATS] = {
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
265
static const ML_COMMON_PKCS8_FMT ml_dsa_87_p8fmt[NUM_PKCS8_FORMATS] = {
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
55
static const ML_COMMON_PKCS8_FMT ml_dsa_44_p8fmt[NUM_PKCS8_FORMATS] = {
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
197
static const ML_COMMON_PKCS8_FMT ml_kem_1024_p8fmt[NUM_PKCS8_FORMATS] = {
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
52
static const ML_COMMON_PKCS8_FMT ml_kem_512_p8fmt[NUM_PKCS8_FORMATS] = {
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
92
static const ML_COMMON_PKCS8_FMT ml_kem_768_p8fmt[NUM_PKCS8_FORMATS] = {