k_opad             51 lib/crypto/hmacmd5.c         ZERO_STRUCT(ctx->k_opad);
k_opad             53 lib/crypto/hmacmd5.c         memcpy( ctx->k_opad, key, key_len);
k_opad             59 lib/crypto/hmacmd5.c                 ctx->k_opad[i] ^= 0x5c;
k_opad             99 lib/crypto/hmacmd5.c         MD5Update(&ctx_o, ctx->k_opad, 64);   
k_opad             30 lib/crypto/hmacmd5.h         uint8_t k_opad[65];
k_opad             55 lib/crypto/hmacsha256.c         ZERO_STRUCT(ctx->k_opad);
k_opad             57 lib/crypto/hmacsha256.c         memcpy( ctx->k_opad, key, key_len);
k_opad             63 lib/crypto/hmacsha256.c                 ctx->k_opad[i] ^= 0x5c;
k_opad             88 lib/crypto/hmacsha256.c         SHA256_Update(&ctx_o, ctx->k_opad, 64);
k_opad             31 lib/crypto/hmacsha256.h         uint8_t k_opad[65];