Searched refs:prvalloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | ml_kem.h | 139 size_t prvalloc; member
|
| /freebsd/crypto/openssl/crypto/ml_kem/ |
| H A D | ml_kem.c | 2035 ok = add_storage(OPENSSL_memdup(key->t, key->vinfo->prvalloc), 1, 1, ret); in ossl_ml_kem_key_dup() 2183 if (add_storage(OPENSSL_malloc(vinfo->prvalloc), 1, 0, key)) in ossl_ml_kem_parse_private_key() 2231 if (add_storage(OPENSSL_malloc(vinfo->prvalloc), 1, 0, key)) in ossl_ml_kem_genkey()
|