OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_done
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c
76
if ((err =
hmac_done
(&hmac, out, outlen)) != CRYPT_OK) {
hmac_memory.c
69
if ((err =
hmac_done
(hmac, out, outlen)) != CRYPT_OK) {
hmac_memory_multi.c
75
if ((err =
hmac_done
(hmac, out, outlen)) != CRYPT_OK) {
hmac_done.c
14
@file
hmac_done
.c
29
int
hmac_done
(hmac_state *hmac, unsigned char *out, unsigned long *outlen)
function
107
/* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/
hmac_done
.c,v $ */
/external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c
88
if ((err =
hmac_done
(hmac, buf[0], &x)) != CRYPT_OK) {
/external/dropbear/
packet.c
350
if (
hmac_done
(&hmac, tempbuf, &bufsize) != CRYPT_OK) {
556
if (
hmac_done
(&hmac, tempbuf, &bufsize)
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h
11
int
hmac_done
(hmac_state *hmac, unsigned char *out, unsigned long *outlen);
/external/dropbear/libtomcrypt/
Android.mk
31
src/mac/hmac/
hmac_done
.c src/mac/hmac/hmac_file.c src/mac/hmac/hmac_init.c src/mac/hmac/hmac_memory.c \
crypt.tex
[
all
...]
/external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c
267
if (
hmac_done
(&ctx->u.hmac, mac, &clen) != CRYPT_OK) {
Completed in 780 milliseconds