Home
last modified time | relevance | path

Searched refs:CCM_ESP_SALT_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/bcm/
Dcipher.h40 #define CCM_ESP_SALT_SIZE 3 macro
Dcipher.c3073 ctx->salt_len = CCM_ESP_SALT_SIZE; in aead_ccm_esp_setkey()
3075 memcpy(ctx->salt, key + keylen - CCM_ESP_SALT_SIZE, CCM_ESP_SALT_SIZE); in aead_ccm_esp_setkey()
3076 keylen -= CCM_ESP_SALT_SIZE; in aead_ccm_esp_setkey()
3078 flow_dump("salt: ", ctx->salt, CCM_ESP_SALT_SIZE); in aead_ccm_esp_setkey()