Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dcrypto_aead.c178 size_t nonce_size = out_vec[0].len; in tfm_crypto_aead_interface() local
192 size_t nonce_size = in_vec[1].len; in tfm_crypto_aead_interface() local
/trusted-firmware-m-3.6.0/platform/include/
Dtfm_hal_its_encryption.h30 size_t nonce_size; /* Size of the nonce in bytes */ member
/trusted-firmware-m-3.6.0/platform/ext/target/nordic_nrf/common/core/
Dtfm_hal_its_encryption.c70 const size_t nonce_size) in tfm_hal_its_aead_generate_nonce()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_chacha20.c97 size_t nonce_size) in cc3xx_chacha20_set_nonce()
Dcc3xx_internal_chacha20_poly1305.c29 size_t nonce_size, const uint8_t *aad, size_t aad_len, const uint8_t *input, in chacha20_poly1305_crypt_and_tag()
Dcc3xx_internal_gcm.c638 size_t nonce_size, in cc3xx_gcm_set_nonce()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_crypto_ctx.h292 uint32_t nonce_size; /* nonce size (octets) */ member