/openbsd-src/usr.sbin/acme-client/ |
H A D | parse.h | 30 enum keytype { enum 40 enum keytype keytype; member 48 enum keytype keytype; member
|
H A D | keyproc.c | 78 enum keytype keytype) in keyproc()
|
H A D | acctproc.c | 448 acctproc(int netsock, const char *acctkey, enum keytype keytype) in acctproc()
|
/openbsd-src/usr.bin/signify/ |
H A D | signify.c | 485 check_keytype(const char *pubkeyfile, const char *keytype) in check_keytype() 506 const char *sigcomment, const char *keytype) in readpubkey() 529 int quiet, const char *keytype) in verifysimple() 549 int quiet, unsigned long long *msglenp, const char *keytype) in verifyembedded() 574 int embedded, int quiet, const char *keytype) in verify() 718 check(const char *pubkeyfile, const char *sigfile, const char *keytype, in check() 732 const char *filename, const char *pubkeyfile, const char *keytype) in verifyzdata() 756 char *keytype = NULL; in main() local
|
H A D | zsig.c | 184 const char *keytype) in zverify()
|
/openbsd-src/regress/usr.bin/ssh/ |
H A D | limit-keytype.sh | 74 keytype() { function
|
/openbsd-src/lib/libcrypto/asn1/ |
H A D | a_pkey.c | 144 int keytype; in d2i_AutoPrivateKey() local
|
/openbsd-src/regress/usr.bin/ssh/unittests/kex/ |
H A D | test_kex.c | 75 do_kex_with_key(char *kex, int keytype, int bits) in do_kex_with_key() argument
|
/openbsd-src/lib/libkeynote/ |
H A D | signature.c | 352 kn_decode_key(struct keynote_deckey *dc, char *key, int keytype) in kn_decode_key() 1126 int encoding, int keytype) in kn_encode_key()
|
/openbsd-src/lib/libcrypto/pkcs12/ |
H A D | p12_crt.c | 102 PKCS12_create(const char * pass,const char * name,EVP_PKEY * pkey,X509 * cert,STACK_OF (X509)* ca,int nid_key,int nid_cert,int iter,int mac_iter,int keytype) PKCS12_create() argument
|
/openbsd-src/usr.bin/ssh/ |
H A D | hostfile.h | 100 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */ member
|
H A D | hostfile.c | 349 struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) in check_hostkeys_by_key_or_type() 415 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, in lookup_key_in_hostkeys_by_type()
|
H A D | ssh-keyscan.c | 369 conalloc(const char * iname,const char * oname,int keytype) conalloc() argument
|
H A D | sshd.c | 1139 int r, opt, do_dump_cfg = 0, keytype, already_daemon, have_agent = 0; main() local
|
/openbsd-src/lib/libcrypto/evp/ |
H A D | pmeth_lib.c | 215 EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl() argument
|
/openbsd-src/sbin/iked/ |
H A D | crypto.c | 868 int keytype; in _dsa_verify_init() local 975 int keytype; in _dsa_sign_encode() local
|
H A D | ikev2_msg.c | 1010 uint8_t keytype; in ikev2_msg_authverify() local 1085 uint8_t keytype; in ikev2_msg_authsign() local
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | PackageRepository.pm | 423 sub keytype($self) subroutine
|
/openbsd-src/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 516 int keytype, char *username, uid_t olduid) in db_store() argument
|
/openbsd-src/usr.bin/openssl/ |
H A D | pkcs12.c | 108 int keytype; global() member
|
/openbsd-src/usr.sbin/relayd/ |
H A D | parse.y | 123 static enum key_type keytype = KEY_TYPE_NONE; variable [all...] |