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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c1071 CK_ATTRIBUTE *coeff_attr = NULL; local
1240 rc = build_attribute(CKA_COEFFICIENT, tmp, len, &coeff_attr);
1254 *coeff = coeff_attr;
1266 if (coeff_attr) free(coeff_attr);

Completed in 258 milliseconds