Lines Matching defs:pPublicKeyTemplate
516 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount,
551 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate,
557 modulus_bytes = get_modulus_bytes(pPublicKeyTemplate,
564 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate,
569 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
571 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate,
574 pPublicKeyTemplate, ulPublicKeyAttributeCount);
583 pubTemplate = grow_template(pPublicKeyTemplate,
850 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount,
880 if (attribute_in_template(CKA_VALUE, pPublicKeyTemplate,
885 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
887 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate,
895 pubTemplate = grow_template(pPublicKeyTemplate,
1134 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount,
1165 if (attribute_in_template(CKA_EC_POINT, pPublicKeyTemplate,
1170 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
1172 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate,
1180 pubTemplate = grow_template(pPublicKeyTemplate,
1403 CK_ATTRIBUTE_PTR pPublicKeyTemplate, CK_ULONG ulPublicKeyAttributeCount,
1437 if ((pPublicKeyTemplate == NULL) && (ulPublicKeyAttributeCount != 0)) {
1492 rv = (*func)(pMechanism, pPublicKeyTemplate,
1502 rv = process_object_attributes(pPublicKeyTemplate,