Searched refs:dup_bigint_attr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDH.c | 72 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK) in soft_genDHkey_set_attribute()
|
H A D | softDSA.c | 450 if ((rv = dup_bigint_attr(&src, value, value_len)) != CKR_OK) in soft_genDSAkey_set_attribute()
|
H A D | softObject.h | 911 CK_RV dup_bigint_attr(biginteger_t *bi, CK_BYTE *buf, CK_ULONG buflen);
|
H A D | softObjectUtil.c | 1558 dup_bigint_attr(biginteger_t *bi, CK_BYTE *buf, CK_ULONG buflen) in dup_bigint_attr() function
|
H A D | softRSA.c | 809 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK) in soft_genRSAkey_set_attribute()
|