Searched refs:Klen (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmactest.c85 unsigned char *Key, int Klen,
151 int Count, Klen, Tlen; local
163 Klen = -1;
225 else if (!strcmp(keyword, "Klen"))
227 if (Klen != -1)
229 Klen = atoi(value);
230 if (Klen < 0)
264 if (Key && Msg && (Tlen > 0) && (Klen > 0))
266 if (!print_hmac(md, out, Key, Klen, Msg, Msglen, Tlen))
272 Klen
304 print_hmac(const EVP_MD *emd, FILE *out, unsigned char *Key, int Klen, unsigned char *Msg, int Msglen, int Tlen) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_hmactest.c85 unsigned char *Key, int Klen,
151 int Count, Klen, Tlen; local
163 Klen = -1;
225 else if (!strcmp(keyword, "Klen"))
227 if (Klen != -1)
229 Klen = atoi(value);
230 if (Klen < 0)
264 if (Key && Msg && (Tlen > 0) && (Klen > 0))
266 if (!print_hmac(md, out, Key, Klen, Msg, Msglen, Tlen))
272 Klen
304 print_hmac(const EVP_MD *emd, FILE *out, unsigned char *Key, int Klen, unsigned char *Msg, int Msglen, int Tlen) argument
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dpassdss.c725 void CalcLayerParams(context_t *text, char *K, unsigned Klen, argument
730 DOHASH(text->cs_encryption_iv, K, Klen, "A", 1, hash, hashlen);
731 DOHASH(text->sc_encryption_iv, K, Klen, "B", 1, hash, hashlen);
732 DOHASH(text->cs_encryption_key, K, Klen, "C", 1, hash, hashlen);
733 DOHASH(text->cs_encryption_key + hashlen, K, Klen, "", 0,
735 DOHASH(text->sc_encryption_key, K, Klen, "D", 1, hash, hashlen);
736 DOHASH(text->sc_encryption_key + hashlen, K, Klen, "", 0,
738 DOHASH(text->cs_integrity_key, K, Klen, "E", 1, hash, hashlen);
739 DOHASH(text->sc_integrity_key, K, Klen, "F", 1, hash, hashlen);
815 unsigned Klen, hashle local
1382 unsigned Klen, hashlen, enclen; local
[all...]
H A Dsrp.c231 int Klen; member in struct:context
987 BIGNUM *A, BIGNUM *B, char *K, int Klen,
1007 len, Ng, U, saltlen, salt, A, B, Klen, K, I, L);
1013 char *M1, int M1len, char *K, int Klen,
1020 A, M1len, M1, Klen, K, I, o, sid, ttl);
1434 HMAC_Init(&text->hmac_send_ctx, text->K, text->Klen, text->hmac_md);
1435 HMAC_Init(&text->hmac_recv_ctx, text->K, text->Klen, text->hmac_md);
1616 char *K, int *Klen)
1657 r = MakeHash(text->md, K, Klen, "%m", &S);
2062 &text->b, &text->B, text->K, &text->Klen);
985 CalculateM1(context_t *text, BIGNUM *N, BIGNUM *g, char *U, char *salt, int saltlen, BIGNUM *A, BIGNUM *B, char *K, int Klen, char *I, char *L, char *M1, int *M1len) argument
1012 CalculateM2(context_t *text, BIGNUM *A, char *M1, int M1len, char *K, int Klen, char *I, char *o, char *sid, uint32 ttl, char *M2, int *M2len) argument
1614 ServerCalculateK(context_t *text, BIGNUM *v, BIGNUM *N, BIGNUM *A, BIGNUM *b, BIGNUM *B, char *K, int *Klen) argument
2497 ClientCalculateK(context_t *text, char *salt, int saltlen, char *user, char *pass, int passlen, BIGNUM *N, BIGNUM *g, BIGNUM *a, BIGNUM *A, BIGNUM *B, char *K, int *Klen) argument
[all...]
H A Dntlm.c321 static void E(unsigned char *out, unsigned char *K, unsigned Klen, argument
331 for (k = 0; k < Klen; k += KEY_SIZE, K += KEY_SIZE) {

Completed in 187 milliseconds