Home
last modified time | relevance | path

Searched defs:aes (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aes.c329 static void aes_encrypt_1(struct tls_aes *aes, unsigned astate[16]) in aes_encrypt_1()
346 void FAST_FUNC aes_setkey(struct tls_aes *aes, const void *key, unsigned key_len) in aes_setkey()
351 void FAST_FUNC aes_encrypt_one_block(struct tls_aes *aes, const void *data, void *dst) in aes_encrypt_one_block()
366 void FAST_FUNC aes_cbc_encrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *d… in aes_cbc_encrypt()
394 static void aes_decrypt_1(struct tls_aes *aes, unsigned astate[16]) in aes_decrypt_1()
431 void FAST_FUNC aes_cbc_decrypt(struct tls_aes *aes, void *iv, const void *data, size_t len, void *d… in aes_cbc_decrypt()