/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | ecdh.c | 21 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 D | aes256.c | 66 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 D | hmac.d | 42 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 D | hmac.d | 42 auto secret = "secret".representation; variable 72 this(scope const(ubyte)[] secret) in this()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | edns.c | 135 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 D | configparser.y | 3868 uint8_t secret[32]; variable
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | tls13_enc.c | 28 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 D | tls13_enc.c | 34 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 D | safefile.c | 48 safefile(path, secret) in safefile() argument
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | chap.c | 15 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 D | unbound-querycachedb.py | 15 def _calc_hashkey(qname, secret, qtype): argument
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | sha512-kdf.c | 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf()
|
H A D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
|
H A D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256()
|
H A D | sha384-kdf.c | 32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf()
|
H A D | sha1-tlsprf.c | 30 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 D | test081-totp.py | 41 def get_hotp_token(secret, interval_no): argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
H A D | dh_exch.c | 143 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 D | ecdh_exch.c | 429 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 D | cc.c | 261 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 D | tsp_policy.c | 48 BYTE secret[UI_MAX_SECRET_STRING_LENGTH] = { 0 }; in popup_GetSecret() local
|
/netbsd-src/lib/libtelnet/ |
H A D | pk.c | 136 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 D | kem.c | 188 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 D | server.h | 83 unsigned char secret[32]; global() member 136 unsigned char secret[32]; global() member
|
/netbsd-src/common/lib/libc/hash/sha3/ |
H A D | keccak.c | 43 #define secret /* can't use in variable-time operations, should zero */ macro
|