Searched refs:enc (Results 1 – 4 of 4) sorted by relevance
272 int ret, enc; in mbedtls_pem_read_buffer() local326 enc = 0; in mbedtls_pem_read_buffer()330 enc++; in mbedtls_pem_read_buffer()428 if (enc != 0) { in mbedtls_pem_read_buffer()
6 * master, enc and dec must be AES context objects. They don't need to12 mbedtls_aes_context *enc,28 *enc = *master;40 TEST_ASSERT(mbedtls_aes_crypt_ecb(enc, MBEDTLS_AES_ENCRYPT,43 mbedtls_aes_free(enc);
396 /* Initialise enc and dec contexts */688 /* Initialise enc and dec contexts */1208 /* Initialise enc and dec contexts */
49 * Any of `enc("PPPP")+mac("PPPP")`, `enc("PPQQ")+mac("PPQQ")` or `enc("QQQQ")+mac("QQQQ")` are vali…50 …that change, reading the input buffer again each time, the output will be `enc("PPPP")+mac("QQQQ")…