HomeSort by: relevance | last modified time | path
    Searched defs:okm (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/cgdconfig/
hkdf_hmac_sha256.c 104 hkdf_hmac_sha256(void *okm, size_t L,
110 uint8_t T[SHA256_DIGEST_LENGTH], *p = okm;
167 const uint8_t *okm; member in struct:hkdf_hmac_sha256_selftest::__anon651a49f90108
175 .okm = (const uint8_t[]) {
198 .okm = (const uint8_t[]) {
234 .okm = (const uint8_t[]) {
253 uint8_t okm[128]; local in function:hkdf_hmac_sha256_selftest
257 if (hkdf_hmac_sha256(okm, C[i].L, C[i].prk, C[i].prklen,
260 if (memcmp(okm, C[i].okm, C[i].L)
    [all...]
hkdf_hmac_sha256.c 104 hkdf_hmac_sha256(void *okm, size_t L,
110 uint8_t T[SHA256_DIGEST_LENGTH], *p = okm;
167 const uint8_t *okm; member in struct:hkdf_hmac_sha256_selftest::__anon651a49f90108
175 .okm = (const uint8_t[]) {
198 .okm = (const uint8_t[]) {
234 .okm = (const uint8_t[]) {
253 uint8_t okm[128]; local in function:hkdf_hmac_sha256_selftest
257 if (hkdf_hmac_sha256(okm, C[i].L, C[i].prk, C[i].prklen,
260 if (memcmp(okm, C[i].okm, C[i].L)
    [all...]

Completed in 22 milliseconds