Searched refs:asnbuf (Results 1 – 1 of 1) sorted by relevance
936 uint8_t *asnbuf = NULL; in create_ec_priv_key_hidden_attributes() local1052 asnbuf = TEE_Malloc(asnbuflen, TEE_MALLOC_FILL_ZERO); in create_ec_priv_key_hidden_attributes()1053 if (!asnbuf) { in create_ec_priv_key_hidden_attributes()1068 ptr = asnbuf + asnbuflen; in create_ec_priv_key_hidden_attributes()1070 ret = mbedtls_asn1_write_octet_string(&ptr, asnbuf, buf, buflen); in create_ec_priv_key_hidden_attributes()1080 TEE_Free(asnbuf); in create_ec_priv_key_hidden_attributes()