Home
last modified time | relevance | path

Searched refs:X942KDF_MAX_INLEN (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dx942kdf.c28 #define X942KDF_MAX_INLEN (1 << 30) macro
280 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