Home
last modified time | relevance | path

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

/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/ep11_stdll/
H A Dep11_specific.c461 static CK_RV check_key_attributes(STDLL_TokData_t * tokdata, in check_key_attributes() function
1618 rc = check_key_attributes(tokdata, ktype, CKO_SECRET_KEY, p_attrs, in rawkey_2_blob()
2304 rc = check_key_attributes(tokdata, CKK_EC, CKO_PRIVATE_KEY, p_attrs, in import_EC_key()
3651 rc = check_key_attributes(tokdata, ktype, class, attrs, attrs_len, in ep11tok_derive_key()
4134 rc = check_key_attributes(tokdata, CKK_DSA, CKO_PUBLIC_KEY, in dsa_generate_keypair()
4144 rc = check_key_attributes(tokdata, CKK_DSA, CKO_PRIVATE_KEY, in dsa_generate_keypair()
4303 rc = check_key_attributes(tokdata, ktype, CKO_PUBLIC_KEY, in rsa_ec_generate_keypair()
4313 rc = check_key_attributes(tokdata, ktype, CKO_PRIVATE_KEY, in rsa_ec_generate_keypair()
5617 rc = check_key_attributes(tokdata, in ep11tok_unwrap_key()
5623 rc = check_key_attributes(tokdata, in ep11tok_unwrap_key()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_se_driver_hal.function525 static int check_key_attributes(
988 if( ! check_key_attributes( returned_id, &attributes ) )
1517 if( ! check_key_attributes( id, &attributes ) )
1532 if( ! check_key_attributes( id, &attributes ) )
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/icsf_stdll/
H A Dicsf_specific.c1543 static CK_RV check_key_attributes(CK_ULONG class, CK_ULONG key_type, in check_key_attributes() function
1663 rc = check_key_attributes(CKO_PUBLIC_KEY, key_type, pub_attrs, in icsftok_generate_key_pair()
1669 rc = check_key_attributes(CKO_PRIVATE_KEY, key_type, priv_attrs, in icsftok_generate_key_pair()
1782 rc = check_key_attributes(class, key_type, attrs, attrs_len, &new_attrs, in icsftok_generate_key()