Searched refs:privKeyRef (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_keychain.c115 SecKeyRef privKeyRef = (SecKeyRef)kc->item; local
125 cret = SecKeyGetCSSMKey(privKeyRef, &cssmKey);
128 cret = SecKeyGetCSPHandle(privKeyRef, &cspHandle);
131 ret = SecKeyGetCredentials(privKeyRef, CSSM_ACL_AUTHORIZATION_SIGN,
167 SecKeyRef privKeyRef = (SecKeyRef)kc->item; local
179 cret = SecKeyGetCSSMKey(privKeyRef, &cssmKey);
182 cret = SecKeyGetCSPHandle(privKeyRef, &cspHandle);
185 ret = SecKeyGetCredentials(privKeyRef, CSSM_ACL_AUTHORIZATION_DECRYPT,

Completed in 157 milliseconds