Searched refs:priv_exp (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 888 CK_ATTRIBUTE * priv_exp, in ber_encode_RSAPrivateKey() argument 914 priv_exp->ulValueLen); in ber_encode_RSAPrivateKey() 982 (CK_BYTE *)priv_exp + sizeof (CK_ATTRIBUTE), in ber_encode_RSAPrivateKey() 983 priv_exp->ulValueLen); in ber_encode_RSAPrivateKey() 1057 CK_ATTRIBUTE ** priv_exp, in ber_decode_RSAPrivateKey() argument 1249 *priv_exp = d_attr; in ber_decode_RSAPrivateKey()
|
H A D | key.c | 1436 CK_ATTRIBUTE *publ_exp = NULL, *priv_exp = NULL; in rsa_priv_wrap_get_data() local 1450 &priv_exp) == FALSE) { in rsa_priv_wrap_get_data() 1474 modulus, publ_exp, priv_exp, prime1, prime2, in rsa_priv_wrap_get_data() 1487 CK_ATTRIBUTE *priv_exp = NULL; in rsa_priv_unwrap() local 1496 &modulus, &publ_exp, &priv_exp, &prime1, &prime2, in rsa_priv_unwrap() 1504 (void) remove_leading_zeros(priv_exp); in rsa_priv_unwrap() 1513 (void) template_update_attribute(tmpl, priv_exp); in rsa_priv_unwrap()
|