Home
last modified time | relevance | path

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

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dkdf.c226 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLSv1()
230 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLSv1()
234 labLen + seedLen > MAX_PRF_LABSEED || in wc_PRF_TLSv1()
306 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLS()
310 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLS()
313 if (labLen + seedLen > MAX_PRF_LABSEED) in wc_PRF_TLS()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dkdf.c226 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLSv1()
230 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLSv1()
234 labLen + seedLen > MAX_PRF_LABSEED || in wc_PRF_TLSv1()
306 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLS()
310 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLS()
313 if (labLen + seedLen > MAX_PRF_LABSEED) in wc_PRF_TLS()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dkdf.c226 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap);
230 byte labelSeed[MAX_PRF_LABSEED];
234 labLen + seedLen > MAX_PRF_LABSEED ||
306 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in byteain()
310 byte labelSeed[MAX_PRF_LABSEED]; in byteain()
313 if (labLen + seedLen > MAX_PRF_LABSEED) in byteain()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dkdf.c226 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLSv1()
230 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLSv1()
234 labLen + seedLen > MAX_PRF_LABSEED || in wc_PRF_TLSv1()
306 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLS()
310 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLS()
313 if (labLen + seedLen > MAX_PRF_LABSEED) in wc_PRF_TLS()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dkdf.c226 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLSv1()
230 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLSv1()
234 labLen + seedLen > MAX_PRF_LABSEED || in wc_PRF_TLSv1()
306 WC_DECLARE_VAR(labelSeed, byte, MAX_PRF_LABSEED, heap); in wc_PRF_TLS()
310 byte labelSeed[MAX_PRF_LABSEED]; in wc_PRF_TLS()
313 if (labLen + seedLen > MAX_PRF_LABSEED) in wc_PRF_TLS()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dkdf.h50 MAX_PRF_LABSEED = 128, /* Maximum label + seed len */ enumerator
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dkdf.h50 MAX_PRF_LABSEED = 128, /* Maximum label + seed len */ enumerator
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dkdf.h50 MAX_PRF_LABSEED = 128, /* Maximum label + seed len */
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dkdf.h50 MAX_PRF_LABSEED = 128, /* Maximum label + seed len */ enumerator
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dkdf.h50 MAX_PRF_LABSEED = 128, /* Maximum label + seed len */ enumerator