Searched refs:sha1 (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_internal.c | 23 struct SHA1Context sha1; member 58 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 96 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 97 SHA1Update(&ctx->u.sha1, key, key_len); in crypto_hash_init() 98 SHA1Final(tk, &ctx->u.sha1); in crypto_hash_init() 110 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 111 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad)); in crypto_hash_init() 155 SHA1Update(&ctx->u.sha1, data, len); in crypto_hash_update() 209 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish() 272 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish() [all …]
|
D | Makefile | 33 sha1.o \ 34 sha1-internal.o \ 35 sha1-pbkdf2.o \ 36 sha1-prf.o \ 37 sha1-tlsprf.o \ 38 sha1-tprf.o \
|
/hostap-latest/tests/ |
D | Makefile | 3 test-sha1 \ 76 test-sha1: $(call BUILDOBJ,test-sha1.o) $(LIBS) 149 ./test-sha1
|
/hostap-latest/wpa_supplicant/ |
D | nmake.mak | 65 $(OBJDIR)\sha1.obj \ 66 $(OBJDIR)\sha1-tlsprf.obj \ 67 $(OBJDIR)\sha1-pbkdf2.obj \ 162 $(OBJDIR)\sha1.obj \ 165 $(OBJDIR)\sha1-pbkdf2.obj \
|
/hostap-latest/hs20/server/www/ |
D | cert-enroll.php | 26 $user = sha1(mt_rand());
|
/hostap-latest/tests/fuzzing/sae/ |
D | Makefile | 12 OBJS += $(SRC)/crypto/sha1-prf.o
|
/hostap-latest/tests/fuzzing/pasn-init/ |
D | Makefile | 23 OBJS += $(SRC)/crypto/sha1-prf.o
|
/hostap-latest/tests/fuzzing/pasn-resp/ |
D | Makefile | 23 OBJS += $(SRC)/crypto/sha1-prf.o
|
/hostap-latest/hs20/client/ |
D | Makefile | 57 OBJS += ../../src/crypto/sha1-internal.o
|
/hostap-latest/doc/ |
D | code_structure.doxygen | 94 \ref sha1.c and \ref sha1.h
|
D | porting.doxygen | 181 cc -o wpa_supplicant config.c eloop.c common.c md5.c rc4.c sha1.c \
|
/hostap-latest/hs20/server/ca/ |
D | openssl.cnf | 160 algorithm=OID:sha1
|
/hostap-latest/tests/hwsim/ |
D | test_ap_psk.py | 1447 m = hmac.new(key, label.encode(), hashlib.sha1) 1479 m = hmac.new(kck, data, hashlib.sha1)
|
D | test_eap_proto.py | 6312 return hashlib.sha1(data).digest()[0:8] 6322 digest = hashlib.sha1(data).digest() 6327 resp = hashlib.sha1(data).digest()
|