Home
last modified time | relevance | path

Searched refs:aead_prepare (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/programs/cipher/
Dcipher_aead_demo.c114 static int aead_prepare(const char *info, in aead_prepare() function
219 CHK(aead_prepare(info, &ctx, &tag_len)); in aead_demo()
/openthread-3.7.0/third_party/mbedtls/repo/programs/psa/
Daead_demo.c118 static psa_status_t aead_prepare(const char *info, in aead_prepare() function
236 PSA_CHECK(aead_prepare(info, &key, &alg)); in aead_demo()