Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_encode.c47 FILE *stream = NULL; in CC_CommonBase64Encode() local
122 FILE* stream = NULL; in CC_CommonBase64Decode() local
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/
Dretarget.c758 int fputc(int ch, FILE *stream) in fputc()
809 int fgetc(FILE *stream) in fgetc()
830 int ferror(FILE *stream) in ferror()
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/
Dretarget.c670 int fputc(int ch, FILE *stream) in fputc()
723 int fgetc(FILE *stream) in fgetc()
744 int ferror(FILE *stream) in ferror()
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c448 struct cc3xx_internal_cipher_stream_t *stream, in cc3xx_internal_cipher_stream_pre_update()
480 struct cc3xx_internal_cipher_stream_t *stream, in cc3xx_internal_cipher_stream_post_update()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bl1/scripts/
Dcreate_bl1_1_dma_bin.py23 def __init__(self, stream): argument
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/
Dcc3xx_crypto_primitives_private.h104 …struct cc3xx_internal_cipher_stream_t stream; /*!< Holds the keystream if alg is PSA_ALG_STREAM_CI… member