Searched defs:keytype (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/crypto/openssh/regress/
H A Dlimit-keytype.sh74 keytype() { function
/freebsd-current/contrib/ntp/libntp/
H A Dauthusekey.c17 authusekey( keyid_t keyno, int keytype, const u_char *str ) argument
H A Dauthreadkeys.c92 u_short keytype; /* stored key type */ member in struct:keydata
143 int keytype; local
[all...]
H A Dauthkeys.c749 MD5auth_setkey( keyid_t keyno, int keytype, const u_char *key, size_t secretsize, KeyAccT *ka ) argument
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dset_keys.c183 is_des_key_p(int keytype) argument
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, argument
78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, argument
143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, argument
170 int keytype; local
[all...]
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c78 do_kex_with_key(char *kex, int keytype, int bits) argument
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dget_mic.c298 krb5_keytype keytype; local
H A Dwrap.c150 krb5_keytype keytype; local
550 krb5_keytype keytype; local
H A Dverify_mic.c299 krb5_keytype keytype; local
H A Dunwrap.c426 krb5_keytype keytype; local
H A Dinquire_sec_context_by_oid.c102 enum keytype { ACCEPTOR_KEY, INITIATOR_KEY, TOKEN_KEY }; enum
104 inquire_sec_context_get_subkey(OM_uint32 *minor_status, const gsskrb5_ctx context_handle, krb5_context context, enum keytype keytype, gss_buffer_set_t *data_set) argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Dec_ctrl.c286 int keytype = nid == EVP_PKEY_SM2 ? EVP_PKEY_SM2 : EVP_PKEY_EC; local
H A Dctrl_params_translate.c2711 int keytype = pctx->legacy_keytype; local
2770 int keytype = pctx->legacy_keytype; local
2635 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) argument
[all...]
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_epki2pki.c131 char keytype[OSSL_MAX_NAME_SIZE]; local
/freebsd-current/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c37 PKCS12_create_ex(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, OSSL_LIB_CTX *ctx, const char *propq) argument
148 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) argument
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dauth_context.c371 krb5_auth_con_setkeytype(krb5_context context, krb5_auth_context auth_context, krb5_keytype keytype) argument
380 krb5_auth_con_getkeytype(krb5_context context, krb5_auth_context auth_context, krb5_keytype *keytype) argument
H A Dcrypto.h109 struct _krb5_key_type *keytype; member in struct:_krb5_encryption_type
/freebsd-current/crypto/openssh/
H A Dhostfile.h100 int keytype; /* Type of key; KEY_UNSPEC for invalid/comment lines */ member in struct:hostkey_foreach_line
H A Dhostfile.c417 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, argument
350 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) argument
[all...]
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc157 get_pubkey(struct shared_state *st, int keytype) argument
166 get_privkey(struct shared_state *st, int keytype) argument
175 do_kex_with_key(struct shared_state *st, struct test_state *ts, const char *kex, int keytype) argument
[all...]
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c306 ossl_decoder_ctx_setup_for_pkey(OSSL_DECODER_CTX *ctx, EVP_PKEY **pkey, const char *keytype, OSSL_LIB_CTX *libctx, const char *propquery) argument
430 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey, const char *input_type, const char *input_structure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery) argument
[all...]
/freebsd-current/crypto/openssl/apps/
H A Ddhparam.c240 const char *keytype = "DH"; local
/freebsd-current/crypto/openssl/test/
H A Dendecoder_legacy_test.c73 const char *keytype; member in struct:test_stanza_st
216 const char *keytype; member in struct:key_st
298 static int test_protected_PEM(const char *keytype, int evp_type, argument
366 static int test_unprotected_PEM(const char *keytype, int evp_type, argument
433 static int test_DER(const char *keytype, int evp_type, argument
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_meth.c386 ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, int keytype) argument

Completed in 159 milliseconds

12