Home
last modified time | relevance | path

Searched refs:_ERRNO_CRYPTO_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_aes_rom.c39 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_cbc_init()
64 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_cbc_encrypt()
92 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_cbc_decrypt()
114 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_ecb_init()
183 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_ctr_init()
208 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_ctr_encrypt()
234 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_ctr_decrypt()
280 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_cfb_encrypt()
306 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_cfb_decrypt()
352 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_aes_ofb_encrypt()
[all …]
A Drtl8721dhp_des_rom.c36 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_cbc_init()
61 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_cbc_encrypt()
64 if ( message == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_cbc_encrypt()
88 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_cbc_decrypt()
110 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_ecb_init()
178 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_cfb_init()
246 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_ofb_init()
314 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_3des_ctr_init()
382 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_des_cbc_init()
407 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_des_cbc_encrypt()
[all …]
A Drtl8721dhp_chacha_poly1305.c34 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_poly1305_init()
52 if ( message == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_poly1305_process()
53 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_poly1305_process()
91 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_init()
113 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_encrypt()
142 if ( iv == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_decrypt()
165 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_poly1305_init()
191 if ( nonce == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_poly1305_encrypt()
195 if ( pTag == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_poly1305_encrypt()
227 if ( nonce == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_chacha_poly1305_decrypt()
[all …]
A Drtl8721dhp_sha.c117 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_sha1_final()
252 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_sha2_final()
295 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha1_start()
319 if (hmac_sha1_key == NULL) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha1_init()
414 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha1_final()
456 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha2_start()
488 if (hmac_sha2_key == NULL) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha2_init()
597 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha2_final()
A Drtl8721dhp_md5.c69 return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_md5_process()
127 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_md5_final()
168 if ( key == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_md5_init()
257 if ( pDigest == NULL ) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_md5_final()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_crypto_api.h74 #define _ERRNO_CRYPTO_NULL_POINTER -4 macro

Completed in 10 milliseconds