Searched refs:HMAC_Update (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.h46 #define HMAC_Update hc_HMAC_Update macro
76 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dhmac.h46 #define HMAC_Update hc_HMAC_Update macro
76 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
/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.h46 #define HMAC_Update hc_HMAC_Update macro
76 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/hmac/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/hmac/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/hmac/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dhmactest.c181 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
182 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
191 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
192 printf("Should fail HMAC_Update with ctx not set up (test 4)\n");
205 if (HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
206 printf("Should fail HMAC_Update with ctx not set up (test 5)\n");
220 if (!HMAC_Update(&ctx, test[4].data, test[4].data_len)) {
247 if (!HMAC_Update(&ctx, test[5].data, test[5].data_len)) {
269 if (!HMAC_Update(&ctx, test[6].data, test[6].data_len)) {
295 if (!HMAC_Update(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/hmac/
H A Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/hmac/
H A Dhmac.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dhmac.h96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t 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.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t 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.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t 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.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t 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.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t 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.h97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/kdc/
H A Dkx509.c82 HMAC_Update(&ctx, version_2_0, sizeof(version_2_0));
83 HMAC_Update(&ctx, req->pk_key.data, req->pk_key.length);
114 HMAC_Update(&ctx, version_2_0, sizeof(version_2_0));
119 HMAC_Update(&ctx, &p, 1);
124 HMAC_Update(&ctx, rep->certificate->data, rep->certificate->length);
126 HMAC_Update(&ctx, (unsigned char *)*rep->e_text, strlen(*rep->e_text));

Completed in 204 milliseconds

1234