HomeSort by: relevance | last modified time | path
    Searched refs:pk11_attribute_bytype (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
internal.h 47 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c 394 attr1 = pk11_attribute_bytype(ec1, CKA_EC_PARAMS);
395 attr2 = pk11_attribute_bytype(ec2, CKA_EC_PARAMS);
406 attr1 = pk11_attribute_bytype(ec1, CKA_EC_POINT);
407 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
418 attr1 = pk11_attribute_bytype(ec1, CKA_VALUE);
419 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
593 attr = pk11_attribute_bytype(ec, CKA_VALUE);
651 attr = pk11_attribute_bytype(ec, CKA_EC_POINT);
743 attr = pk11_attribute_bytype(ec, CKA_VALUE);
813 pubattr = pk11_attribute_bytype(pubec, CKA_EC_PARAMS)
    [all...]
pkcs11eddsa_link.c 369 attr1 = pk11_attribute_bytype(ec1, CKA_EC_PARAMS);
370 attr2 = pk11_attribute_bytype(ec2, CKA_EC_PARAMS);
381 attr1 = pk11_attribute_bytype(ec1, CKA_EC_POINT);
382 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
393 attr1 = pk11_attribute_bytype(ec1, CKA_VALUE);
394 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
566 attr = pk11_attribute_bytype(ec, CKA_VALUE);
624 attr = pk11_attribute_bytype(ec, CKA_EC_POINT);
714 attr = pk11_attribute_bytype(ec, CKA_VALUE);
784 pubattr = pk11_attribute_bytype(pubec, CKA_EC_PARAMS)
    [all...]
pkcs11rsa_link.c 1042 attr1 = pk11_attribute_bytype(rsa1, CKA_MODULUS);
1043 attr2 = pk11_attribute_bytype(rsa2, CKA_MODULUS);
1054 attr1 = pk11_attribute_bytype(rsa1, CKA_PUBLIC_EXPONENT);
1055 attr2 = pk11_attribute_bytype(rsa2, CKA_PUBLIC_EXPONENT);
1066 attr1 = pk11_attribute_bytype(rsa1, CKA_PRIVATE_EXPONENT);
1067 attr2 = pk11_attribute_bytype(rsa2, CKA_PRIVATE_EXPONENT);
1248 attr = pk11_attribute_bytype(rsa, CKA_PRIVATE_EXPONENT);
1616 pubattr = pk11_attribute_bytype(pubrsa, CKA_MODULUS);
1624 pubattr = pk11_attribute_bytype(pubrsa, CKA_PUBLIC_EXPONENT);
1642 attr = pk11_attribute_bytype(rsa, CKA_LABEL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 734 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type) { function
930 attr = pk11_attribute_bytype(obj, CKA_LABEL);
1005 attr = pk11_attribute_bytype(obj, CKA_ID);
1040 if ((pk11_attribute_bytype(obj, CKA_LABEL) == NULL) &&
1041 (pk11_attribute_bytype(obj, CKA_ID) == NULL))

Completed in 77 milliseconds