Home
last modified time | relevance | path

Searched refs:blen (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/ecdsa/
Decdsa_alt.c202 const mbedtls_mpi *d, const unsigned char *buf, size_t blen,
206 const mbedtls_mpi *d, const unsigned char *buf, size_t blen,
210 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in __wrap_mbedtls_ecdsa_sign() argument
218 return esp_ecdsa_sign(grp, r, s, d, buf, blen); in __wrap_mbedtls_ecdsa_sign()
220 return __real_mbedtls_ecdsa_sign(grp, r, s, d, buf, blen, f_rng, p_rng); in __wrap_mbedtls_ecdsa_sign()
225 … const mbedtls_mpi *d, const unsigned char *buf, size_t blen,
231 … const mbedtls_mpi *d, const unsigned char *buf, size_t blen,
237 … const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in __wrap_mbedtls_ecdsa_sign_restartable() argument
247 return esp_ecdsa_sign(grp, r, s, d, buf, blen); in __wrap_mbedtls_ecdsa_sign_restartable()
249 …return __real_mbedtls_ecdsa_sign_restartable(grp, r, s, d, buf, blen, f_rng, p_rng, f_rng_blind, p… in __wrap_mbedtls_ecdsa_sign_restartable()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dwpabuf.c282 size_t blen; in wpabuf_zeropad() local
287 blen = wpabuf_len(buf); in wpabuf_zeropad()
288 if (blen >= len) in wpabuf_zeropad()
293 memset(wpabuf_put(ret, len - blen), 0, len - blen); in wpabuf_zeropad()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-siv.c42 static void xorend(u8 *a, int alen, const u8 *b, int blen) in xorend() argument
46 if (alen < blen) in xorend()
49 for (i = 0; i < blen; i++) in xorend()
50 a[alen - blen + i] ^= b[i]; in xorend()
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h150 …lic)( mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void …
151 …ret)( mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void …
192 …oup *grp, const mbedtls_ecp_point *pt, int format, size_t *olen, unsigned char *buf, size_t blen );
196 …cp_tls_write_group)( const mbedtls_ecp_group *grp, size_t *olen, unsigned char *buf, size_t blen );
577 …roup *grp, const mbedtls_ecp_point *pt, int format, size_t *olen, unsigned char *buf, size_t blen);
581 …_ecp_tls_write_group)(const mbedtls_ecp_group *grp, size_t *olen, unsigned char *buf, size_t blen);