Lines Matching defs:out
12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33 uint8_t out[16];
35 if (!AES_CMAC(out, key, key_len, msg, msg_len)) {
40 if (CRYPTO_memcmp(out, expected, sizeof(out)) != 0) {
42 dump(out, expected, sizeof(out));
70 if (!CMAC_Final(ctx.get(), out, &out_len)) {
75 if (out_len != sizeof(out)) {
81 if (CRYPTO_memcmp(out, expected, sizeof(out)) != 0) {
83 dump(out, expected, sizeof(out));