Home
last modified time | relevance | path

Searched refs: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; in ber_decode_RSAPrivateKey() local
1240 rc = build_attribute(CKA_COEFFICIENT, tmp, len, &coeff_attr); in ber_decode_RSAPrivateKey()
1254 *coeff = coeff_attr; in ber_decode_RSAPrivateKey()
1266 if (coeff_attr) free(coeff_attr); in ber_decode_RSAPrivateKey()