Home
last modified time | relevance | path

Searched refs:cc3xx_asn1_write_int (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/
Dcc3xx_internal_asn1_util.h114 int cc3xx_asn1_write_int(unsigned char **p, unsigned char *start, int val);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_asn1_util.c295 int cc3xx_asn1_write_int(unsigned char **p, unsigned char *start, int val) in cc3xx_asn1_write_int() function
Dcc3xx_internal_rsa_util.c599 bytes_written = cc3xx_asn1_write_int(key_buffer_end, key_buffer, 0); in cc3xx_rsa_save_der_priv_key()