Searched refs:X942KDF_MAX_INLEN (Results 1 – 1 of 1) sorted by relevance
26 #define X942KDF_MAX_INLEN (1 << 30) macro276 if (z_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()277 || other_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()278 || derived_key_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()443 if (ctx->partyuinfo != NULL && ctx->partyuinfo_len >= X942KDF_MAX_INLEN) { in x942kdf_derive()