Searched refs:X942KDF_MAX_INLEN (Results 1 – 1 of 1) sorted by relevance
28 #define X942KDF_MAX_INLEN (1 << 30) macro280 if (z_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()281 || other_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()282 || derived_key_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()502 if (ctx->partyuinfo != NULL && ctx->partyuinfo_len >= X942KDF_MAX_INLEN) { in x942kdf_derive()
Completed in 8 milliseconds