Home
last modified time | relevance | path

Searched refs:aead_alg (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_values.h1316 * \param aead_alg An AEAD algorithm identifier (value of type
1317 * #psa_algorithm_t such that #PSA_ALG_IS_AEAD(\p aead_alg)
1323 * \return Unspecified if \p aead_alg is not a supported
1327 #define PSA_ALG_AEAD_WITH_SHORTENED_TAG(aead_alg, tag_length) \
1328 (((aead_alg) & ~(PSA_ALG_AEAD_TAG_LENGTH_MASK | \
1335 * \param aead_alg An AEAD algorithm identifier (value of type
1336 * #psa_algorithm_t such that #PSA_ALG_IS_AEAD(\p aead_alg)
1340 * \return Unspecified if \p aead_alg is not a supported
1343 #define PSA_ALG_AEAD_GET_TAG_LENGTH(aead_alg) \
1344 (((aead_alg)
[all...]
/third_party/libcoap/src/oscore/
H A Doscore_context.c321 osc_ctx->aead_alg, in oscore_build_key()
353 cose_get_alg_name(osc_ctx->aead_alg, buffer, in oscore_log_context()
456 osc_ctx->aead_alg = o_osc_ctx->aead_alg; in oscore_duplicate_ctx()
531 osc_ctx->aead_alg = oscore_conf->aead_alg; in oscore_derive_ctx()
H A Doscore.c146 oscore_cbor_put_number(&external_aad_ptr, &rem_size, ctx->aead_alg); in oscore_prepare_e_aad()
/third_party/libcoap/include/coap3/
H A Dcoap_oscore_internal.h47 cose_alg_t aead_alg; /**< Set to one of COSE_ALGORITHM_AES* */ member
/third_party/libcoap/include/oscore/
H A Doscore_context.h93 cose_alg_t aead_alg; member
/third_party/libcoap/src/
H A Dcoap_oscore.c351 cose_encrypt0_set_alg(cose, osc_ctx->aead_alg); in coap_oscore_new_pdu_encrypted()
446 * aead_alg (osc_ctx) in coap_oscore_new_pdu_encrypted()
451 * aead_alg (osc_ctx) (pairwise mode) in coap_oscore_new_pdu_encrypted()
1075 cose_encrypt0_set_alg(cose, osc_ctx->aead_alg); in coap_oscore_decrypt_pdu()
1083 * aead_alg (osc_ctx) in coap_oscore_decrypt_pdu()
1088 * aead_alg (osc_ctx) (pairwise mode) in coap_oscore_decrypt_pdu()
1214 * aead_alg (osc_ctx) in coap_oscore_decrypt_pdu()
1219 * aead_alg (osc_ctx) (pairwise mode) in coap_oscore_decrypt_pdu()
1809 CONFIG_ENTRY(aead_alg, COAP_ENC_INTEGER | COAP_ENC_TEXT, text_aead_alg),
1853 oscore_conf->aead_alg in coap_parse_oscore_conf_mem()
[all...]

Completed in 8 milliseconds