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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c 51 * attribute CKA_EC_POINT (point Q)
292 { CKA_EC_POINT, NULL, 0 }
333 case CKA_EC_POINT:
406 attr1 = pk11_attribute_bytype(ec1, CKA_EC_POINT);
407 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
518 attr[1].type = CKA_EC_POINT;
615 case CKA_EC_POINT:
651 attr = pk11_attribute_bytype(ec, CKA_EC_POINT);
709 attr->type = CKA_EC_POINT;
820 attr->type = CKA_EC_POINT;
    [all...]
pkcs11eddsa_link.c 51 * attribute CKA_EC_POINT (big int A)
265 { CKA_EC_POINT, NULL, 0 }
305 case CKA_EC_POINT:
381 attr1 = pk11_attribute_bytype(ec1, CKA_EC_POINT);
382 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
491 attr[1].type = CKA_EC_POINT;
588 case CKA_EC_POINT:
624 attr = pk11_attribute_bytype(ec, CKA_EC_POINT);
681 attr->type = CKA_EC_POINT;
791 attr->type = CKA_EC_POINT;
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 870 key_attr[1].type = CKA_EC_POINT;
925 error("CKA_EC_POINT too small");
1112 key_attr[1].type = CKA_EC_POINT; /* XXX or CKA_VALUE ? */
1171 logit_f("CKA_EC_POINT invalid octet str: %s (len %lu)",
pkcs11.h 463 #define CKA_EC_POINT (0x181UL)
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 500 #define CKA_EC_POINT (0x181)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 461 #define CKA_EC_POINT (0x181UL)

Completed in 33 milliseconds