Home
last modified time | relevance | path

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

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