Searched defs:priv_key (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/p11_child/
H A Dp11_child_nss.c135 SECKEYPrivateKey *priv_key; local
440 priv_key = PK11_FindPrivateKeyFromCert(slot, found_cert, NULL);
441 if (priv_key == NULL) {
450 algtag = SEC_GetSignatureAlgorithmOidTag(priv_key->keyType,
453 SECKEY_DestroyPrivateKey(priv_key);
463 priv_key, algtag);
464 SECKEY_DestroyPrivateKey(priv_key);

Completed in 123 milliseconds