/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 570 #define DO_type_specific_keypair(keytype) \ argument 582 #define DO_type_specific_pub(keytype) \ argument 594 #define DO_type_specific_priv(keytype) \ argument 606 #define DO_type_specific_params(keytype) \ argument 618 #define DO_type_specific(keytype) \ argument 630 #define DO_type_specific_no_pub(keytype) \ argument 643 #define DO_PrivateKeyInfo(keytype) \ argument 655 #define DO_SubjectPublicKeyInfo(keytype) \ argument 667 #define DO_DH(keytype) \ argument 679 #define DO_DHX(keytype) \ argument [all …]
|
H A D | decode_epki2pki.c | 131 char keytype[OSSL_MAX_NAME_SIZE]; in epki2pki_decode() local
|
H A D | decode_pvk2key.c | 224 #define IMPLEMENT_MS(KEYTYPE, keytype) \ argument
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder() 78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy() 143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex() 170 int keytype; in d2i_AutoPrivateKey_legacy() local
|
/freebsd/crypto/openssh/regress/ |
H A D | limit-keytype.sh | 74 keytype() { function
|
/freebsd/contrib/ntp/libntp/ |
H A D | authusekey.c | 19 int keytype, in authusekey()
|
H A D | authreadkeys.c | 92 u_short keytype; /* stored key type */ member 143 int keytype; in authreadkeys() local [all...] |
H A D | ssl_init.c | 254 getpass_keytype(int keytype) getpass_keytype() argument
|
/freebsd/crypto/openssl/test/ |
H A D | endecoder_legacy_test.c | 73 const char *keytype; member 216 const char *keytype; member 298 static int test_protected_PEM(const char *keytype, int evp_type, in test_protected_PEM() 366 static int test_unprotected_PEM(const char *keytype, int evp_type, in test_unprotected_PEM() 433 static int test_DER(const char *keytype, int evp_type, in test_DER()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 157 get_pubkey(struct shared_state *st, int keytype) in get_pubkey() 166 get_privkey(struct shared_state *st, int keytype) in get_privkey() 176 const char *kex, int keytype) in do_kex_with_key()
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | inquire_sec_context_by_oid.c | 102 enum keytype { ACCEPTOR_KEY, INITIATOR_KEY, TOKEN_KEY }; enum 108 enum keytype keytype, in inquire_sec_context_get_subkey()
|
H A D | wrap.c | 150 krb5_keytype keytype; in _gsskrb5_wrap_size_limit() local 550 krb5_keytype keytype; in _gsskrb5_wrap() local
|
H A D | get_mic.c | 298 krb5_keytype keytype; in _gsskrb5_get_mic() local
|
H A D | verify_mic.c | 299 krb5_keytype keytype; in _gsskrb5_verify_mic_internal() local
|
H A D | unwrap.c | 426 krb5_keytype keytype; in _gsskrb5_unwrap() local
|
/freebsd/crypto/openssh/regress/unittests/kex/ |
H A D | test_kex.c | 78 do_kex_with_key(char *kex, int keytype, int bits) in do_kex_with_key()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 307 EVP_PKEY **pkey, const char *keytype, in ossl_decoder_ctx_setup_for_pkey() 433 const char *keytype, int selection, in OSSL_DECODER_CTX_new_for_pkey()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_crt.c | 39 int iter, int mac_iter, int keytype, in PKCS12_create_ex() 150 int mac_iter, int keytype) in PKCS12_create()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | set_keys.c | 183 is_des_key_p(int keytype) in is_des_key_p()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 141 static void help_get_legacy_alg_type_from_keymgmt(const char *keytype, in help_get_legacy_alg_type_from_keymgmt() 182 const char *keytype, const char *propquery, in int_ctx_new() 680 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype) in EVP_PKEY_CTX_is_a() 1369 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() 1412 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 1440 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 1520 int keytype, int optype, in evp_pkey_ctx_store_cached_data()
|
H A D | ec_ctrl.c | 286 int keytype = nid == EVP_PKEY_SM2 ? EVP_PKEY_SM2 : EVP_PKEY_EC; in EVP_PKEY_CTX_set_ec_paramgen_curve_nid() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | auth_context.c | 373 krb5_keytype keytype) in krb5_auth_con_setkeytype() 382 krb5_keytype *keytype) in krb5_auth_con_getkeytype()
|
/freebsd/crypto/openssl/apps/ |
H A D | dhparam.c | 240 const char *keytype = "DH"; in dhparam_main() local
|
/freebsd/crypto/openssh/ |
H A D | hostfile.h | 100 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */ member
|
H A D | hostfile.c | 351 struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) in check_hostkeys_by_key_or_type() 417 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, in lookup_key_in_hostkeys_by_type()
|