Home
last modified time | relevance | path

Searched refs:olen (Results 1 – 10 of 10) sorted by relevance

/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/initiator/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/zephyr_edhoc/responder/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_oscore/client/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_oscore/server/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/initiator_client/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc_oscore/responder_server/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/responder/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/samples/linux_edhoc/initiator/src/
D_entropy.c5 size_t *olen) in mbedtls_hardware_poll() argument
13 if (olen == NULL) { in mbedtls_hardware_poll()
26 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/test/
Dentropy.c8 size_t *olen) in mbedtls_hardware_poll() argument
19 if (olen == NULL) { in mbedtls_hardware_poll()
50 *olen = len; in mbedtls_hardware_poll()
/uoscore-uedhoc-3.7.0/src/common/
Dcrypto_wrapper.c95 size_t *olen, size_t osize) in mbedtls_ecp_decompress() argument
105 *olen = 2 * plen + 1; in mbedtls_ecp_decompress()
107 if (osize < *olen) in mbedtls_ecp_decompress()