Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/bsd/libfido2/dist/src/
H A Decdh.c21 hkdf_sha256(uint8_t *key, const char *info, const fido_blob_t *secret) in hkdf_sha256()
36 hkdf_sha256(uint8_t *key, char *info, fido_blob_t *secret) in hkdf_sha256()
81 kdf(uint8_t prot, fido_blob_t *key, /* const */ fido_blob_t *secret) in kdf()
122 fido_blob_t *secret = NULL; in do_ecdh() local
H A Daes256.c66 aes256_cbc_fips(const fido_blob_t *secret, const fido_blob_t *in, in aes256_cbc_fips()
189 aes256_cbc_enc(const fido_dev_t *dev, const fido_blob_t *secret, in aes256_cbc_enc()
197 aes256_cbc_dec(const fido_dev_t *dev, const fido_blob_t *secret, in aes256_cbc_dec()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dhmac.d42 auto secret = "secret".representation; variable
72 this(scope const(ubyte)[] secret) in this()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dhmac.d42 auto secret = "secret".representation; variable
72 this(scope const(ubyte)[] secret) in this()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dedns.c135 edns_cookie_server_hash(const uint8_t* in, const uint8_t* secret, int v4, in edns_cookie_server_hash()
143 edns_cookie_server_write(uint8_t* buf, const uint8_t* secret, int v4, in edns_cookie_server_write()
158 const uint8_t* secret, size_t secret_len, int v4, in edns_cookie_server_validate()
H A Dconfigparser.y3868 uint8_t secret[32]; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dtls13_enc.c28 int tls13_hkdf_expand(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_hkdf_expand()
116 int tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_key()
133 int tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_iv()
147 const unsigned char *secret, in tls13_derive_finishedkey()
366 size_t labellen, unsigned char *secret, in derive_secret_key_and_iv()
460 unsigned char secret[EVP_MAX_MD_SIZE]; in tls13_change_cipher_state() local
734 unsigned char secret[EVP_MAX_MD_SIZE]; in tls13_update_key() local
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dtls13_enc.c34 int tls13_hkdf_expand(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_hkdf_expand()
110 int tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_key()
127 int tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_iv()
141 const unsigned char *secret, in tls13_derive_finishedkey()
338 size_t labellen, unsigned char *secret, in derive_secret_key_and_iv()
426 unsigned char secret[EVP_MAX_MD_SIZE]; in tls13_change_cipher_state() local
757 unsigned char secret[EVP_MAX_MD_SIZE]; in tls13_update_key() local
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dsafefile.c48 safefile(path, secret) in safefile() argument
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Dchap.c15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, in chap_md5()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound-querycachedb.py15 def _calc_hashkey(qname, secret, qtype): argument
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf()
H A Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256()
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf()
H A Dsha1-tlsprf.c30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5()
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest081-totp.py41 def get_hotp_token(secret, interval_no): argument
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
H A Ddh_exch.c143 unsigned char *secret, size_t *secretlen, in dh_plain_derive()
178 static int dh_X9_42_kdf_derive(void *vpdhctx, unsigned char *secret, in dh_X9_42_kdf_derive()
222 static int dh_derive(void *vpdhctx, unsigned char *secret, in dh_derive()
H A Decdh_exch.c429 int ecdh_plain_derive(void *vpecdhctx, unsigned char *secret, in ecdh_plain_derive()
507 int ecdh_X9_63_kdf_derive(void *vpecdhctx, unsigned char *secret, in ecdh_X9_63_kdf_derive()
550 int ecdh_derive(void *vpecdhctx, unsigned char *secret, in ecdh_derive()
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dcc.c261 sign(unsigned char * data,unsigned int length,unsigned char * out,uint32_t algorithm,isccc_region_t * secret) sign() argument
318 isccc_cc_towire(isccc_sexpr_t * alist,isc_buffer_t ** buffer,uint32_t algorithm,isccc_region_t * secret) isccc_cc_towire() argument
382 verify(isccc_sexpr_t * alist,unsigned char * data,unsigned int length,uint32_t algorithm,isccc_region_t * secret) verify() argument
543 table_fromwire(isccc_region_t * source,isccc_region_t * secret,uint32_t algorithm,unsigned int depth,isccc_sexpr_t ** alistp) table_fromwire() argument
643 isccc_cc_fromwire(isccc_region_t * source,isccc_sexpr_t ** alistp,uint32_t algorithm,isccc_region_t * secret) isccc_cc_fromwire() argument
[all...]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_policy.c48 BYTE secret[UI_MAX_SECRET_STRING_LENGTH] = { 0 }; in popup_GetSecret() local
/netbsd-src/lib/libtelnet/
H A Dpk.c136 BIGNUM *secret = BN_new(); in common_key() local
174 genkeys(char *public, char *secret) in genkeys()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkem.c188 unsigned char *secret, size_t *secretlen) in EVP_PKEY_encapsulate()
216 unsigned char *secret, size_t *secretlen, in EVP_PKEY_decapsulate()
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dserver.h83 unsigned char secret[32]; global() member
136 unsigned char secret[32]; global() member
/netbsd-src/common/lib/libc/hash/sha3/
H A Dkeccak.c43 #define secret /* can't use in variable-time operations, should zero */ macro

1234