Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dml_kem.h139 size_t prvalloc; member
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1994 ok = add_storage(OPENSSL_memdup(key->t, key->vinfo->prvalloc), 1, ret); in ossl_ml_kem_key_dup()
2142 if (add_storage(OPENSSL_malloc(vinfo->prvalloc), 1, key)) in ossl_ml_kem_parse_private_key()
2190 if (add_storage(OPENSSL_malloc(vinfo->prvalloc), 1, key)) in ossl_ml_kem_genkey()