Searched refs:HMAC_Init_ex (Results 1 - 25 of 84) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhmac.h45 #define HMAC_Init_ex hc_HMAC_Init_ex macro
74 void HMAC_Init_ex(HMAC_CTX *, const void *, size_t,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhmac.h45 #define HMAC_Init_ex hc_HMAC_Init_ex macro
74 void HMAC_Init_ex(HMAC_CTX *, const void *, size_t,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhmac.h45 #define HMAC_Init_ex hc_HMAC_Init_ex macro
74 void HMAC_Init_ex(HMAC_CTX *, const void *, size_t,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/hmac/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/hmac/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/hmac/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dhmactest.c176 if (HMAC_Init_ex(&ctx, NULL, 0, NULL, NULL)) {
186 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha1(), NULL)) {
200 if (HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, NULL, NULL)) {
210 if (HMAC_Init_ex(&ctx, test[4].key, -1, EVP_sha1(), NULL)) {
215 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
237 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
242 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
264 if (!HMAC_Init_ex(&ctx, test[6].key, test[6].key_len, NULL, NULL)) {
290 if (!HMAC_Init_ex(&ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/hmac/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
H A Dhmac.c64 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, function
131 return HMAC_Init_ex(ctx,key,len,md, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/hmac/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dhmac.h94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/hmac/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dhmac.h95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,

Completed in 281 milliseconds

1234