Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_asymmetric_signature.c61 const uint8_t *key, size_t key_length, in cc3xx_internal_ecdsa_verify()
139 size_t key_length, psa_algorithm_t alg, const uint8_t *input, in cc3xx_internal_ecdsa_sign()
252 size_t key_length, psa_algorithm_t alg, in cc3xx_internal_rsa_verify()
323 size_t key_length, psa_algorithm_t alg, in cc3xx_internal_rsa_sign()
423 const uint8_t *key, size_t key_length, in cc3xx_sign_hash()
456 const uint8_t *key, size_t key_length, in cc3xx_verify_hash()
489 const uint8_t *key, size_t key_length, in cc3xx_sign_message()
534 const uint8_t *key, size_t key_length, in cc3xx_verify_message()
Dcc3xx_psa_cipher.c76 const uint8_t *key, size_t key_length, in cipher_setup()
174 const uint8_t *key, size_t key_length, in cc3xx_cipher_encrypt_setup()
187 const uint8_t *key, size_t key_length, in cc3xx_cipher_decrypt_setup()
Dcc3xx_psa_aead.c96 const uint8_t *key, size_t key_length, in aead_setup()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_asymmetric_signature.c48 const uint8_t *key, size_t key_length, in ecdsa_sign()
123 const uint8_t *key, size_t key_length, bool is_key_private, in ecdsa_verify()
203 const uint8_t *key, size_t key_length, in cc3xx_sign_hash()
271 const uint8_t *key, size_t key_length, in cc3xx_verify_hash()
328 const uint8_t *key, size_t key_length, in cc3xx_sign_message()
389 const uint8_t *key, size_t key_length, in cc3xx_verify_message()
Dcc3xx_psa_cipher.c297 const uint8_t *key, size_t key_length, in cc3xx_cipher_encrypt_setup()
311 const uint8_t *key, size_t key_length, in cc3xx_cipher_decrypt_setup()
Dcc3xx_internal_cipher.c216 const uint8_t *key, size_t key_length, in cc3xx_internal_cipher_setup_init()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_hmac.c31 size_t key_length = key_size; in cc3xx_lowlevel_hmac_compute() local
129 size_t key_length = key_size; in cc3xx_lowlevel_hmac_set_key() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcmac_alt.c396 int mbedtls_aes_cmac_prf_128( const unsigned char *key, size_t key_length, in mbedtls_aes_cmac_prf_128()