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

  /src/crypto/external/bsd/openssh/dist/
auth2-hostbased.c 70 int r, pktype, authenticated = 0; local
86 pktype = sshkey_type_from_name(pkalg);
87 if (pktype == KEY_UNSPEC) {
101 if (key->type != pktype) {
103 "(received %d, expected %d)", key->type, pktype);
ssh-keysign.c 73 int r, pktype, fail; local
121 pktype = sshkey_type_from_name(pkalg);
122 if (pktype == KEY_UNSPEC)
127 } else if (key->type != pktype)
auth2-pubkey.c 105 int hostbound, r, pktype; local
145 pktype = sshkey_type_from_name(pkalg);
146 if (pktype == KEY_UNSPEC) {
159 if (key->type != pktype) {
161 "(received %d, expected %d)", key->type, pktype);
sshconnect2.c 719 int pktype, found = 0, sent = 0; local
733 if ((pktype = sshkey_type_from_name(pkalg)) == KEY_UNSPEC) {
742 if (key->type != pktype) {
745 key->type, pktype);
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 368 int pktype = lu->sig; local
370 if (pktype == NID_id_GostR3410_2001
371 || pktype == NID_id_GostR3410_2012_256
372 || pktype == NID_id_GostR3410_2012_512)
505 int pktype = EVP_PKEY_get_id(pkey); local
506 if (pktype == NID_id_GostR3410_2001
507 || pktype == NID_id_GostR3410_2012_256
508 || pktype == NID_id_GostR3410_2012_512) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 315 int pktype = lu->sig; local
317 if (pktype == NID_id_GostR3410_2001
318 || pktype == NID_id_GostR3410_2012_256
319 || pktype == NID_id_GostR3410_2012_512)
463 int pktype = EVP_PKEY_id(pkey); local
464 if (pktype == NID_id_GostR3410_2001
465 || pktype == NID_id_GostR3410_2012_256
466 || pktype == NID_id_GostR3410_2012_512) {
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
p_lib.c 789 int pktype; local
791 pktype = EVP_PKEY_type(type);
792 if ((key != NULL) && (pktype == EVP_PKEY_EC || pktype == EVP_PKEY_SM2)) {
802 if (curve == NID_sm2 && pktype == EVP_PKEY_EC)
804 else if (curve != NID_sm2 && pktype == EVP_PKEY_SM2)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
p_lib.c 753 int pktype; local
755 pktype = EVP_PKEY_type(type);
756 if ((key != NULL) && (pktype == EVP_PKEY_EC || pktype == EVP_PKEY_SM2)) {
766 if (curve == NID_sm2 && pktype == EVP_PKEY_EC)
768 else if(curve != NID_sm2 && pktype == EVP_PKEY_SM2)
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 412 int pktype = lu->sig; local
414 if (pktype == NID_id_GostR3410_2001
415 || pktype == NID_id_GostR3410_2012_256
416 || pktype == NID_id_GostR3410_2012_512)
549 int pktype = EVP_PKEY_get_id(pkey); local
550 if (pktype == NID_id_GostR3410_2001
551 || pktype == NID_id_GostR3410_2012_256
552 || pktype == NID_id_GostR3410_2012_512) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pvkfmt.c 432 int pktype = EVP_PKEY_id(pk); local
433 if (pktype == EVP_PKEY_DSA) {
436 } else if (pktype == EVP_PKEY_RSA) {

Completed in 44 milliseconds