Searched defs:pubexpo (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.c | 584 * pubexpo_len + pubexpo 648 * modulus_len + modulus + pubexpo_len + pubexpo + 799 /* pubexpo_len + pubexpo */ 988 /* pubexpo_len + pubexpo */ 1343 biginteger_t pubexpo; local 1361 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); 1401 /* pubexpo */ 1402 if ((rv = soft_unpack_obj_attribute(buf, &pubexpo, 1406 copy_bigint_attr(&pubexpo, KEY_PUB_RSA_PUBEXPO(pbk)); 1546 /* pubexpo */ [all...] |
H A D | softAttributeUtil.c | 1343 biginteger_t pubexpo; local 1362 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); 1484 rv = get_bigint_attr_from_template(&pubexpo, 1641 * it is safe to move modulus and pubexpo 1648 copy_bigint_attr(&pubexpo, 1681 rv = get_bigint_attr_from_template(&pubexpo, 1690 copy_bigint_attr(&pubexpo, KEY_PUB_RSA_PUBEXPO(pbk)); 1853 bigint_attr_cleanup(&pubexpo); 1925 biginteger_t pubexpo; local 1945 (void) memset(&pubexpo, [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 1051 biginteger_t pubexpo; local 1064 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); 1166 rv = get_bigint_attr_from_template(&pubexpo, 1278 copy_bigint_attr(&pubexpo, 1369 bigint_attr_cleanup(&pubexpo); 1441 biginteger_t pubexpo; local 1459 (void) memset(&pubexpo, 0x0, sizeof (biginteger_t)); 1578 rv = get_bigint_attr_from_template(&pubexpo, 1738 copy_bigint_attr(&pubexpo, KEY_PRI_RSA_PUBEXPO(pvk)); 1854 bigint_attr_cleanup(&pubexpo); [all...] |
Completed in 25 milliseconds