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

/sssd/src/util/crypto/nss/
H A Dnss_util.c96 PK11SymKey *randkey; local
99 randkey = PK11_KeyGen(slot, mech_props->cipher,
101 if (randkey == NULL) {
108 sret = PK11_ExtractKeyValue(randkey);
116 randkeydata = PK11_GetKeyData(randkey);
124 /* randkeydata is valid until randkey is. Copy with talloc to
144 PK11_FreeSymKey(randkey);

Completed in 9 milliseconds