HomeSort by: relevance | last modified time | path
    Searched defs:ec2 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c 382 pk11_object_t *ec1, *ec2; local
386 ec2 = key2->keydata.pkey;
388 if ((ec1 == NULL) && (ec2 == NULL)) {
390 } else if ((ec1 == NULL) || (ec2 == NULL)) {
395 attr2 = pk11_attribute_bytype(ec2, CKA_EC_PARAMS);
407 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
419 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
429 if (!ec1->ontoken && !ec2->ontoken) {
431 } else if (ec1->ontoken || ec2->ontoken || (ec1->object != ec2->object)
    [all...]
pkcs11eddsa_link.c 357 pk11_object_t *ec1, *ec2; local
361 ec2 = key2->keydata.pkey;
363 if ((ec1 == NULL) && (ec2 == NULL)) {
365 } else if ((ec1 == NULL) || (ec2 == NULL)) {
370 attr2 = pk11_attribute_bytype(ec2, CKA_EC_PARAMS);
382 attr2 = pk11_attribute_bytype(ec2, CKA_EC_POINT);
394 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
404 if (!ec1->ontoken && !ec2->ontoken) {
406 } else if (ec1->ontoken || ec2->ontoken || (ec1->object != ec2->object)
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c 327 const EC_KEY *ec2 = keydata2; local
329 const EC_GROUP *group_b = EC_KEY_get0_group(ec2);
348 const EC_POINT *pb = EC_KEY_get0_public_key(ec2);
358 const BIGNUM *pb = EC_KEY_get0_private_key(ec2);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c 331 const EC_KEY *ec2 = keydata2; local
333 const EC_GROUP *group_b = EC_KEY_get0_group(ec2);
352 const EC_POINT *pb = EC_KEY_get0_public_key(ec2);
362 const BIGNUM *pb = EC_KEY_get0_private_key(ec2);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1129 error_code ec1, ec2; local
1134 auto s2 = detail::posix_stat(p2.native(), st2, &ec2);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 2990 const equiv_class *ec2 = *(const equiv_class * const *)p2; local
2993 const svalue *rep2 = ec2->get_representative ();
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 2779 const equiv_class *ec2 = *(const equiv_class * const *)p2; local
2782 const svalue *rep2 = ec2->get_representative ();

Completed in 42 milliseconds