Home
last modified time | relevance | path

Searched refs:dup_bigint_attr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c72 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK) in soft_genDHkey_set_attribute()
H A DsoftDSA.c450 if ((rv = dup_bigint_attr(&src, value, value_len)) != CKR_OK) in soft_genDSAkey_set_attribute()
H A DsoftObject.h911 CK_RV dup_bigint_attr(biginteger_t *bi, CK_BYTE *buf, CK_ULONG buflen);
H A DsoftObjectUtil.c1558 dup_bigint_attr(biginteger_t *bi, CK_BYTE *buf, CK_ULONG buflen) in dup_bigint_attr() function
H A DsoftRSA.c809 if ((rv = dup_bigint_attr(&src, buf, buflen)) != CKR_OK) in soft_genRSAkey_set_attribute()