Home
last modified time | relevance | path

Searched defs:keydata (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/ntp/libntp/
H A Dauthreadkeys.c88 struct keydata { struct
112 secbufkeydata free_keydata() argument
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_lib.c61 void *keydata) in evp_keymgmt_util_assign_pkey() argument
73 evp_keymgmt_util_make_pkey(EVP_KEYMGMT * keymgmt,void * keydata) evp_keymgmt_util_make_pkey() argument
256 evp_keymgmt_util_cache_keydata(EVP_PKEY * pk,EVP_KEYMGMT * keymgmt,void * keydata,int selection) evp_keymgmt_util_cache_keydata() argument
317 void *keydata = NULL; evp_keymgmt_util_fromdata() local
515 void *keydata = NULL; evp_keymgmt_util_gen() local
533 evp_keymgmt_util_get_deflt_digest_name(EVP_KEYMGMT * keymgmt,void * keydata,char * mdname,size_t mdname_sz) evp_keymgmt_util_get_deflt_digest_name() argument
[all...]
H A Dkeymgmt_meth.c324 void evp_keymgmt_freedata(const EVP_KEYMGMT *keymgmt, void *keydata) in evp_keymgmt_freedata()
398 int evp_keymgmt_get_params(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_get_params()
415 int evp_keymgmt_set_params(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_set_params()
432 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has()
438 int evp_keymgmt_validate(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_validate()
457 int evp_keymgmt_import(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_import()
473 int evp_keymgmt_export(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_export()
H A Dpmeth_gn.c170 void *keydata = in EVP_PKEY_generate() local
366 void *keydata = NULL; in EVP_PKEY_fromdata() local
H A Dpmeth_check.c31 void *keydata; in try_provided_check() local
/freebsd/crypto/openssl/test/
H A Dkeymgmt_internal_test.c103 unsigned long *keydata = arg; in export_cb() local
175 static unsigned long keydata[OSSL_NELEM(expected)] = { 0, }; test_pass_rsa() local
301 void *keydata = NULL; test_evp_pkey_export_to_provider() local
[all...]
H A Dfake_rsaprov.c55 static void fake_rsa_keymgmt_free(void *keydata) in fake_rsa_keymgmt_free()
77 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import()
161 static int fake_rsa_keymgmt_export(void *keydata, int selection, in fake_rsa_keymgmt_export()
246 struct fake_rsa_keydata *keydata; in fake_rsa_gen() local
311 struct fake_rsa_keydata *keydata = provkey; in fake_rsa_sig_sign_init() local
H A Dalgorithmid_test.c29 void *keydata = NULL; in test_spki_aid() local
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c122 static int ecx_has(const void *keydata, int selection) in ecx_has()
191 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
230 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
749 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
777 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate()
782 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate()
787 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate()
792 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()
H A Dec_kmgmt.c298 void ec_freedata(void *keydata) in ec_freedata()
304 int ec_has(const void *keydata, int selection) in ec_has()
390 int common_import(void *keydata, int selection, const OSSL_PARAM params[], in common_import()
433 int ec_import(void *keydata, int selection, const OSSL_PARAM params[]) in ec_import()
441 int sm2_import(void *keydata, int selection, const OSSL_PARAM params[]) in sm2_import()
449 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export()
897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate()
936 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate()
H A Drsa_kmgmt.c110 static void rsa_freedata(void *keydata) in rsa_freedata()
115 static int rsa_has(const void *keydata, int selection) in rsa_has()
173 static int rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in rsa_import()
203 static int rsa_export(void *keydata, int selection, in rsa_export()
392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
H A Ddsa_kmgmt.c125 static void dsa_freedata(void *keydata) in dsa_freedata()
130 static int dsa_has(const void *keydata, int selection) in dsa_has()
191 static int dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in dsa_import()
215 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export()
378 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate()
H A Dmac_legacy_kmgmt.c138 static int mac_has(const void *keydata, int selection) in mac_has()
231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import()
273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export()
357 static int mac_set_params(void *keydata, const OSSL_PARAM params[]) in mac_set_params()
H A Ddh_kmgmt.c124 static void dh_freedata(void *keydata) in dh_freedata()
129 static int dh_has(const void *keydata, int selection) in dh_has()
190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import()
214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export()
409 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate()
H A Dkdf_legacy_kmgmt.c94 static int kdf_has(const void *keydata, int selection) in kdf_has()
/freebsd/contrib/ldns/ldns/
H A Dtsig.h30 const char *keydata; member
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c50 void *keydata; in _krb5_pk_octetstring2key() local
215 unsigned char *keydata; in _krb5_pk_kdf() local
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.h100 krb5_set_key(struct krb5_key_state *ks, const void *keydata) in krb5_set_key()
107 krb5_random_to_key(struct krb5_key_state *ks, const void *keydata) in krb5_random_to_key()
/freebsd/usr.sbin/sa/
H A Dpdb.c113 char keydata[sizeof ci->ci_comm]; in pacct_add() local
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_ser.c227 krb5_octet keydata[8]; in ser_acontext_test() local
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dtabdump.c72 static tdump_princ_fn keydata; variable
319 keydata(struct rec_args *args, const char *name, krb5_db_entry *dbe) in keydata() function
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c190 void *keydata; in pvk2key_export_object() local
H A Ddecode_msblob2key.c223 void *keydata; in msblob2key_export_object() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_file.c147 heim_octet_string keydata; in parse_pkcs8_private_key() local
302 heim_octet_string keydata; in parse_pem_private_key() local
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c762 krb5_data keydata, contdata; in krb5_db2_get_principal() local
812 krb5_data contdata, keydata; in krb5_db2_put_principal() local
865 krb5_data keydata, contdata; in krb5_db2_delete_principal() local

123