Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c365 uint32_t k_mi_flags; in C_GetMechanismInfo() local
378 rv = get_mechanism_info(slot_table[slotID], type, pInfo, &k_mi_flags); in C_GetMechanismInfo()
H A DkernelUtil.c1117 CK_MECHANISM_INFO_PTR pInfo, uint32_t *k_mi_flags) in get_mechanism_info() argument
1175 *k_mi_flags = mi_flags; in get_mechanism_info()
H A DkernelKeys.c1753 uint32_t k_mi_flags; in C_UnwrapKey() local
1792 &k_mi_flags); in C_UnwrapKey()
1802 if (!(k_mi_flags & CRYPTO_FG_UNWRAP) && in C_UnwrapKey()
1803 (k_mi_flags & CRYPTO_FG_DECRYPT) && in C_UnwrapKey()