Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dpk.c48 #define PK_VALIDATE_RET( cond ) \ macro
138 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_setup()
162 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_setup_rsa_alt()
246 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_verify_restartable()
249 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_verify_restartable()
304 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_verify_ext()
307 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_verify_ext()
369 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_sign_restartable()
372 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_sign_restartable()
428 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_decrypt()
[all …]
A Dpkwrite.c59 #define PK_VALIDATE_RET( cond ) \ macro
161 PK_VALIDATE_RET( p != NULL ); in mbedtls_pk_write_pubkey()
162 PK_VALIDATE_RET( *p != NULL ); in mbedtls_pk_write_pubkey()
163 PK_VALIDATE_RET( start != NULL ); in mbedtls_pk_write_pubkey()
164 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey()
188 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey_der()
191 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_write_pubkey_der()
240 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_key_der()
243 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_write_key_der()
484 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey_pem()
[all …]
A Dpkparse.c65 #define PK_VALIDATE_RET( cond ) \ macro
83 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_load_file()
84 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_load_file()
85 PK_VALIDATE_RET( n != NULL ); in mbedtls_pk_load_file()
137 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_parse_keyfile()
138 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_parse_keyfile()
164 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_parse_public_keyfile()
165 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_parse_public_keyfile()
624 PK_VALIDATE_RET( p != NULL ); in mbedtls_pk_parse_subpubkey()
625 PK_VALIDATE_RET( *p != NULL ); in mbedtls_pk_parse_subpubkey()
[all …]

Completed in 8 milliseconds