Home
last modified time | relevance | path

Searched refs:priexp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c140 priv_key_bignums[2] = rsa->rawdata.rsa.priexp; in kmf_to_kssl()
148 rsa->rawdata.rsa.priexp.val == NULL) { in kmf_to_kssl()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2502 rv = get_bigint_attr(sess, obj, CKA_PRIVATE_EXPONENT, &rawrsa->priexp); in get_raw_rsa()
2527 if (rawrsa->priexp.val) in get_raw_rsa()
2528 free(rawrsa->priexp.val); in get_raw_rsa()
3360 if (rawkey->rawdata.rsa.priexp.val != NULL) { in store_raw_key()
3362 rawkey->rawdata.rsa.priexp.val, in store_raw_key()
3363 rawkey->rawdata.rsa.priexp.len); in store_raw_key()
/titanic_41/usr/src/lib/libkmf/include/
H A Dkmftypes.h184 KMF_BIGINT priexp; member
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c896 rsa.priexp.val = (uchar_t *)PriExp->bv_val; in readAltFormatPrivateKey()
897 rsa.priexp.len = PriExp->bv_len; in readAltFormatPrivateKey()
3145 if (key->priexp.val != NULL) in ImportRawRSAKey()
3146 if ((rsa->d = BN_bin2bn(key->priexp.val, key->priexp.len, in ImportRawRSAKey()
4090 if ((rv = sslBN2KMFBN(rsa->d, &kmfkey->priexp)) != KMF_OK) in exportRawRSAKey()
/titanic_41/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2277 rsa->priexp.val, rsa->priexp.len, in DerEncodeRSAPrivateKey()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1340 kmf_free_bigint(&key->priexp); in free_raw_rsa()