Lines Matching refs:ulPublicKeyAttributeCount

511     CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount,  in key_gen_rsa_by_value()  argument
547 ulPublicKeyAttributeCount)) { in key_gen_rsa_by_value()
553 ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
560 ulPublicKeyAttributeCount)) { in key_gen_rsa_by_value()
565 ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
567 ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
569 pPublicKeyTemplate, ulPublicKeyAttributeCount); in key_gen_rsa_by_value()
571 pub_attr_count = ulPublicKeyAttributeCount + 1; in key_gen_rsa_by_value()
579 ulPublicKeyAttributeCount, pub_attr_count); in key_gen_rsa_by_value()
585 n = ulPublicKeyAttributeCount; in key_gen_rsa_by_value()
845 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in key_gen_dh_by_value() argument
876 ulPublicKeyAttributeCount)) { in key_gen_dh_by_value()
881 ulPublicKeyAttributeCount); in key_gen_dh_by_value()
883 ulPublicKeyAttributeCount); in key_gen_dh_by_value()
885 pub_attr_count = ulPublicKeyAttributeCount + 1; in key_gen_dh_by_value()
891 ulPublicKeyAttributeCount, pub_attr_count); in key_gen_dh_by_value()
897 n = ulPublicKeyAttributeCount; in key_gen_dh_by_value()
1129 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in key_gen_ec_by_value() argument
1161 ulPublicKeyAttributeCount)) { in key_gen_ec_by_value()
1166 ulPublicKeyAttributeCount); in key_gen_ec_by_value()
1168 ulPublicKeyAttributeCount); in key_gen_ec_by_value()
1170 pub_attr_count = ulPublicKeyAttributeCount + 1; in key_gen_ec_by_value()
1176 ulPublicKeyAttributeCount, pub_attr_count); in key_gen_ec_by_value()
1182 n = ulPublicKeyAttributeCount; in key_gen_ec_by_value()
1398 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount, in C_GenerateKeyPair() argument
1432 if ((pPublicKeyTemplate == NULL) && (ulPublicKeyAttributeCount != 0)) { in C_GenerateKeyPair()
1488 ulPublicKeyAttributeCount, pPrivateKeyTemplate, in C_GenerateKeyPair()
1498 ulPublicKeyAttributeCount, &obj_kp.kp_public_attributes, in C_GenerateKeyPair()
1507 ulPublicKeyAttributeCount); in C_GenerateKeyPair()
1518 ulPublicKeyAttributeCount); in C_GenerateKeyPair()
1528 ulPublicKeyAttributeCount); in C_GenerateKeyPair()
1540 obj_kp.kp_public_count = ulPublicKeyAttributeCount; in C_GenerateKeyPair()
1554 ulPublicKeyAttributeCount); in C_GenerateKeyPair()