Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c233 size_t alloc_bytes; in C_GetMechanismList() local
267 alloc_bytes = sizeof (crypto_get_provider_mechanisms_t) + in C_GetMechanismList()
271 pm = malloc(alloc_bytes); in C_GetMechanismList()