Home
last modified time | relevance | path

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

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_wrap.c1147 CK_ATTRIBUTE_PTR o_wrappedkey_bytes, o_modulus, o_keytype; in _wrap_pkcs1_15() local
1228 o_wrappedkey_bytes = pkcs11_get_attr_in_attrlist(wrappedkey_attrs, CKA_VALUE_LEN); in _wrap_pkcs1_15()
1232 if(o_wrappedkey_bytes && o_wrappedkey_bytes->pValue) { in _wrap_pkcs1_15()
1238 …*((CK_ULONG *)o_wrappedkey_bytes->pValue) = pkcs11_ll_bigendian_ul( *((CK_ULONG *)(o_wrappedkey_by… in _wrap_pkcs1_15()
1240 …if ( (bn_wrappedkey_bytes = BN_bin2bn( o_wrappedkey_bytes->pValue, o_wrappedkey_bytes->ulValueLen,… in _wrap_pkcs1_15()
1693 CK_ATTRIBUTE_PTR o_wrappedkey_bytes, o_modulus, o_keytype; in _wrap_pkcs1_oaep() local
1775 o_wrappedkey_bytes = pkcs11_get_attr_in_attrlist(wrappedkey_attrs, CKA_VALUE_LEN); in _wrap_pkcs1_oaep()
1779 if(o_wrappedkey_bytes && o_wrappedkey_bytes->pValue) { in _wrap_pkcs1_oaep()
1785 …*((CK_ULONG *)o_wrappedkey_bytes->pValue) = pkcs11_ll_bigendian_ul( *((CK_ULONG *)(o_wrappedkey_by… in _wrap_pkcs1_oaep()
1787 …if ( (bn_wrappedkey_bytes = BN_bin2bn( o_wrappedkey_bytes->pValue, o_wrappedkey_bytes->ulValueLen,… in _wrap_pkcs1_oaep()