Searched refs:mbedtls_block_cipher_setkey (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_block_cipher.function | 43 mbedtls_block_cipher_setkey(&ctx, buf, 128)); 59 mbedtls_block_cipher_setkey(&ctx, buf, 42)); 78 TEST_EQUAL(0, mbedtls_block_cipher_setkey(&ctx, key->x, 8 * key->len));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | block_cipher_internal.h | 67 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx,
|
H A D | block_cipher.c | 122 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx, in mbedtls_block_cipher_setkey() function
|
H A D | ccm.c | 66 if ((ret = mbedtls_block_cipher_setkey(&ctx->block_cipher_ctx, key, keybits)) != 0) { in mbedtls_ccm_setkey()
|
H A D | gcm.c | 180 if ((ret = mbedtls_block_cipher_setkey(&ctx->block_cipher_ctx, key, keybits)) != 0) { in mbedtls_gcm_setkey()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
H A D | md-cipher-dispatch.md | 585 int mbedtls_block_cipher_setkey(mbedtls_block_cipher_context_t *ctx,
|