Searched refs:hmac_process (Results 1 - 13 of 13) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_process.c14 @file hmac_process.c
27 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) function
41 /* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/hmac_process.c,v $ */
H A Dhmac_file.c64 if ((err = hmac_process(&hmac, buf, (unsigned long)x)) != CRYPT_OK) {
H A Dhmac_memory.c65 if ((err = hmac_process(hmac, in, inlen)) != CRYPT_OK) {
H A Dhmac_memory_multi.c65 if ((err = hmac_process(hmac, curptr, curlen)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_2.c81 if ((err = hmac_process(hmac, salt, salt_len)) != CRYPT_OK) {
84 if ((err = hmac_process(hmac, buf[1], 4)) != CRYPT_OK) {
/external/dropbear/
H A Dpacket.c339 if (hmac_process(&hmac, tempbuf, 4) != CRYPT_OK) {
345 if (hmac_process(&hmac, buf_getptr(sourcebuf, len), len) != CRYPT_OK) {
542 if (hmac_process(&hmac, seqbuf, 4) != CRYPT_OK) {
548 if (hmac_process(&hmac,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h10 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen);
/external/dropbear/libtomcrypt/
H A DAndroid.mk32 src/mac/hmac/hmac_memory_multi.c src/mac/hmac/hmac_process.c src/mac/hmac/hmac_test.c \
H A Dcrypt.tex2097 int hmac_process( hmac_state *hmac,
2179 if((err = hmac_process(&hmac, "hello", 5) != CRYPT_OK) {
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c215 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_libtomcrypt.c208 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK;
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_libtomcrypt.c208 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c208 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK;

Completed in 1737 milliseconds