Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c231 size_t alloc_bytes; in C_GetMechanismList() local
265 alloc_bytes = sizeof (crypto_get_provider_mechanisms_t) + in C_GetMechanismList()
269 pm = malloc(alloc_bytes); in C_GetMechanismList()