Searched defs:secret (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-current/usr.bin/keylogout/
H A Dkeylogout.c48 static char secret[HEXKEYBYTES + 1]; local
/freebsd-current/sys/crypto/
H A Dcurve25519.h44 curve25519_clamp_secret(uint8_t *secret) argument
52 curve25519_generate_secret(uint8_t *secret) argument
H A Dcurve25519.c35 curve25519(uint8_t *public, const uint8_t *secret, argument
43 curve25519_generate_public(uint8_t *public, const uint8_t *secret) argument
/freebsd-current/contrib/bearssl/src/ssl/
H A Dprf_md5sha1.c29 br_tls10_prf(void *dst, size_t len, const void *secret, size_t secret_len, const char *label, size_t seed_num, const br_tls_prf_seed_chunk *seed) argument
H A Dprf_sha256.c29 br_tls12_sha256_prf(void *dst, size_t len, const void *secret, size_t secret_len, const char *label, size_t seed_num, const br_tls_prf_seed_chunk *seed) argument
H A Dprf_sha384.c29 br_tls12_sha384_prf(void *dst, size_t len, const void *secret, size_t secret_len, const char *label, size_t seed_num, const br_tls_prf_seed_chunk *seed) argument
H A Dprf.c29 br_tls_phash(void *dst, size_t len, const br_hash_class *dig, const void *secret, size_t secret_len, const char *label, size_t seed_num, const br_tls_prf_seed_chunk *seed) argument
/freebsd-current/contrib/wpa/src/eap_common/
H A Dchap.c15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
/freebsd-current/contrib/wpa/src/crypto/
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, argument
H A Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, argument
H A Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, argument
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, argument
[all...]
H A Dsha384-tlsprf.c29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, argument
[all...]
H A Dsha1-tlsprf.c30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, argument
H A Dcrypto_internal-modexp.c42 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) argument
/freebsd-current/lib/librpcsvc/
H A Dxcrypt.c57 xencrypt(char *secret, char *passwd) argument
90 xdecrypt(char *secret, char *passwd) argument
[all...]
/freebsd-current/usr.bin/newkey/
H A Dgeneric.c67 genkeys(char *public, char *secret, char *pass) argument
H A Dnewkey.c92 char secret[HEXKEYBYTES + 1]; local
174 setpublicmap(char *name, char *public, char *secret) argument
/freebsd-current/crypto/openssl/providers/implementations/exchange/
H A Decx_exch.c116 static int ecx_derive(void *vecxctx, unsigned char *secret, size_t *secretlen, argument
H A Dkdf_exch.c94 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, argument
/freebsd-current/usr.bin/iscsictl/
H A Dparse.y188 secret: SECRET EQUALS STR label
/freebsd-current/contrib/libfido2/src/
H A Daes256.c66 aes256_cbc_fips(const fido_blob_t *secret, const fido_blob_t *in, argument
189 aes256_cbc_enc(const fido_dev_t *dev, const fido_blob_t *secret, argument
197 aes256_cbc_dec(const fido_dev_t *dev, const fido_blob_t *secret, argument
[all...]
H A Decdh.c21 hkdf_sha256(uint8_t *key, const char *info, const fido_blob_t *secret) argument
36 hkdf_sha256(uint8_t *key, char *info, fido_blob_t *secret) argument
81 kdf(uint8_t prot, fido_blob_t *key, /* const */ fido_blob_t *secret) argument
122 fido_blob_t *secret = NULL; local
[all...]
/freebsd-current/crypto/openssl/demos/keyexch/
H A Dx25519.c55 unsigned char *secret; /* allocated shared secret buffer */ member in struct:peer_data_st
[all...]
/freebsd-current/contrib/unbound/util/
H A Dedns.c140 edns_cookie_server_hash(const uint8_t* in, const uint8_t* secret, int v4, argument
148 edns_cookie_server_write(uint8_t* buf, const uint8_t* secret, int v4, argument
162 edns_cookie_server_validate(const uint8_t* cookie, size_t cookie_len, const uint8_t* secret, size_t secret_len, int v4, const uint8_t* hash_input, uint32_t now) argument

Completed in 303 milliseconds

1234