Home
last modified time | relevance | path

Searched refs:get_cipher_alg (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_tinydtls.c1508 * The struct cipher_algs and the function get_cipher_alg() are used to
1520 get_cipher_alg(cose_alg_t alg) { in get_cipher_alg() function
1527 coap_log_debug("get_cipher_alg: COSE cipher %d not supported\n", alg); in get_cipher_alg()
1557 return get_cipher_alg(alg); in coap_crypto_check_cipher_alg()
1584 if (get_cipher_alg(params->alg) == 0) { in coap_crypto_aead_encrypt()
1634 if (get_cipher_alg(params->alg) == 0) { in coap_crypto_aead_decrypt()
H A Dcoap_gnutls.c3008 * The struct cipher_algs and the function get_cipher_alg() are used to
3020 get_cipher_alg(cose_alg_t alg) { in get_cipher_alg() function
3027 coap_log_debug("get_cipher_alg: COSE cipher %d not supported\n", alg); in get_cipher_alg()
3058 return get_cipher_alg(alg); in coap_crypto_check_cipher_alg()
3093 if ((algo = get_cipher_alg(params->alg)) == 0) { in coap_crypto_aead_encrypt()
3157 if ((algo = get_cipher_alg(params->alg)) == 0) { in coap_crypto_aead_decrypt()
H A Dcoap_mbedtls.c2718 * The struct cipher_algs and the function get_cipher_alg() are used to
2730 get_cipher_alg(cose_alg_t alg) { function
2737 coap_log_debug("get_cipher_alg: COSE cipher %d not supported\n", alg);
2769 return get_cipher_alg(alg) != 0;
2798 if ((cipher_type = get_cipher_alg(coap_alg)) == 0) {
H A Dcoap_openssl.c3708 * The struct cipher_algs and the function get_cipher_alg() are used to
3720 get_cipher_alg(cose_alg_t alg) { in get_cipher_alg() function
3727 coap_log_debug("get_cipher_alg: COSE cipher %d not supported\n", alg); in get_cipher_alg()
3759 return get_cipher_alg(alg) != NULL; in coap_crypto_check_cipher_alg()
3791 if (!params || ((cipher = get_cipher_alg(params->alg)) == NULL)) { in coap_crypto_aead_encrypt()
3853 if (!params || ((cipher = get_cipher_alg(params->alg)) == NULL)) { in coap_crypto_aead_decrypt()

Completed in 15 milliseconds