/external/tcpdump/tests/ |
D | ikev2pI2.out | 6 (t: #2 type=integ id=hmac-sha ) 11 (t: #2 type=integ id=hmac-sha ) 16 (t: #2 type=integ id=hmac-sha ) 21 (t: #2 type=integ id=hmac-sha ) 26 (t: #2 type=integ id=hmac-sha ) 31 (t: #2 type=integ id=hmac-sha )
|
D | ikev2four.out | 12 (t: #8 type=integ id=hmac-sha ) 13 (t: #9 type=integ id=hmac-md5 ) 14 (t: #10 type=integ id=aes-xcbc ) 36 (t: #8 type=integ id=hmac-sha ) 37 (t: #9 type=integ id=hmac-md5 ) 38 (t: #10 type=integ id=aes-xcbc ) 51 (t: #3 type=integ id=hmac-sha )
|
D | ikev2fourv4.out | 12 (t: #8 type=integ id=hmac-sha ) 13 (t: #9 type=integ id=hmac-md5 ) 14 (t: #10 type=integ id=aes-xcbc ) 36 (t: #8 type=integ id=hmac-sha ) 37 (t: #9 type=integ id=hmac-md5 ) 38 (t: #10 type=integ id=aes-xcbc ) 51 (t: #3 type=integ id=hmac-sha )
|
D | ikev2fourv.out | 12 (t: #8 type=integ id=hmac-sha ) 13 (t: #9 type=integ id=hmac-md5 ) 14 (t: #10 type=integ id=aes-xcbc ) 36 (t: #8 type=integ id=hmac-sha ) 37 (t: #9 type=integ id=hmac-md5 ) 38 (t: #10 type=integ id=aes-xcbc ) 51 (t: #3 type=integ id=hmac-sha )
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_ikev2_common.c | 72 const struct ikev2_integ_alg *integ; in eap_ikev2_validate_icv() local 77 integ = ikev2_get_integ(integ_alg); in eap_ikev2_validate_icv() 78 if (integ == NULL) { in eap_ikev2_validate_icv() 83 icv_len = integ->hash_len; in eap_ikev2_validate_icv()
|
D | ikev2_common.c | 436 const u8 *pos, *end, *iv, *integ; in ikev2_decrypt_payload() local 471 integ = end - integ_alg->hash_len; in ikev2_decrypt_payload() 479 integ - (const u8 *) hdr, hash) < 0) { in ikev2_decrypt_payload() 484 if (os_memcmp_const(integ, hash, integ_alg->hash_len) != 0) { in ikev2_decrypt_payload() 495 decrypted_len = integ - pos; in ikev2_decrypt_payload() 631 const struct ikev2_integ_alg *integ, in ikev2_derive_sk_keys() argument 645 keys->SK_integ_len = integ->key_len; in ikev2_derive_sk_keys()
|
D | ikev2_common.h | 329 const struct ikev2_integ_alg *integ,
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_ikev2.c | 101 data->ikev2.proposal.integ = AUTH_HMAC_SHA1_96; in eap_ikev2_init() 157 const struct ikev2_integ_alg *integ; in eap_ikev2_build_msg() local 161 integ = ikev2_get_integ(data->ikev2.proposal.integ); in eap_ikev2_build_msg() 162 if (integ == NULL) { in eap_ikev2_build_msg() 167 icv_len = integ->hash_len; in eap_ikev2_build_msg() 187 ikev2_integ_hash(data->ikev2.proposal.integ, in eap_ikev2_build_msg() 264 data->ikev2.proposal.integ, &data->ikev2.keys, 0, in eap_ikev2_process_icv()
|
D | ikev2.c | 40 const struct ikev2_integ_alg *integ; in ikev2_derive_keys() local 49 integ = ikev2_get_integ(data->proposal.integ); in ikev2_derive_keys() 52 if (integ == NULL || prf == NULL || encr == NULL) { in ikev2_derive_keys() 113 ret = ikev2_derive_sk_keys(prf, integ, encr, skeyseed, buf, buf_len, in ikev2_derive_keys() 195 transform_id == data->proposal.integ) in ikev2_parse_transform() 196 prop->integ = transform_id; in ikev2_parse_transform() 325 prop.integ = -1; in ikev2_process_sar1() 333 if (!found && prop.integ != -1 && prop.prf != -1 && in ikev2_process_sar1() 357 data->proposal.integ, data->proposal.dh); in ikev2_process_sar1() 457 data->proposal.integ, &data->keys, 0, in ikev2_process_sa_init_encr() [all …]
|
D | ikev2.h | 16 int integ; member
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 36 const struct ikev2_integ_alg *integ; in ikev2_derive_keys() local 45 integ = ikev2_get_integ(data->proposal.integ); in ikev2_derive_keys() 48 if (integ == NULL || prf == NULL || encr == NULL) { in ikev2_derive_keys() 109 ret = ikev2_derive_sk_keys(prf, integ, encr, skeyseed, buf, buf_len, in ikev2_derive_keys() 188 prop->integ = transform_id; in ikev2_parse_transform() 317 prop.integ = -1; in ikev2_process_sai1() 325 if (!found && prop.integ != -1 && prop.prf != -1 && in ikev2_process_sai1() 348 data->proposal.integ, data->proposal.dh); in ikev2_process_sai1() 655 data->proposal.integ, in ikev2_process_sa_auth() 882 WPA_PUT_BE16(t->transform_id, data->proposal.integ); in ikev2_build_sar1() [all …]
|
D | eap_ikev2.c | 162 const struct ikev2_integ_alg *integ; in eap_ikev2_build_msg() local 166 integ = ikev2_get_integ(data->ikev2.proposal.integ); in eap_ikev2_build_msg() 167 if (integ == NULL) { in eap_ikev2_build_msg() 172 icv_len = integ->hash_len; in eap_ikev2_build_msg() 192 ikev2_integ_hash(data->ikev2.proposal.integ, in eap_ikev2_build_msg() 253 data->ikev2.proposal.integ, &data->ikev2.keys, 1, in eap_ikev2_process_icv()
|
D | ikev2.h | 16 int integ; member
|
/external/libxml2/ |
D | xmlschemastypes.c | 2258 unsigned int len, neg, integ, hasLeadingZeroes; in xmlSchemaValAtomicType() local 2292 integ = ~0u; in xmlSchemaValAtomicType() 2308 integ = len; in xmlSchemaValAtomicType() 2338 if (integ != ~0u) { in xmlSchemaValAtomicType() 2343 while ((len != integ) && (*(cptr-1) == '0')) { in xmlSchemaValAtomicType() 2370 if (integ == ~0u) in xmlSchemaValAtomicType() 2373 v->value.decimal.frac = len - integ; in xmlSchemaValAtomicType()
|