Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dpk.c73 #define PK_VALIDATE_RET( cond ) \ macro
163 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_setup()
187 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_setup_rsa_alt()
274 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_verify_restartable()
277 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_verify_restartable()
332 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_verify_ext()
335 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_verify_ext()
397 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_sign_restartable()
400 PK_VALIDATE_RET( sig != NULL ); in mbedtls_pk_sign_restartable()
456 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_decrypt()
[all …]
H A Dpkwrite.c86 #define PK_VALIDATE_RET( cond ) \ macro
208 PK_VALIDATE_RET( p != NULL ); in mbedtls_pk_write_pubkey()
209 PK_VALIDATE_RET( *p != NULL ); in mbedtls_pk_write_pubkey()
210 PK_VALIDATE_RET( start != NULL ); in mbedtls_pk_write_pubkey()
211 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey()
235 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey_der()
238 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_write_pubkey_der()
287 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_key_der()
290 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_write_key_der()
530 PK_VALIDATE_RET( key != NULL ); in mbedtls_pk_write_pubkey_pem()
[all …]
H A Dpkparse.c90 #define PK_VALIDATE_RET( cond ) \ macro
108 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_load_file()
109 PK_VALIDATE_RET( buf != NULL ); in mbedtls_pk_load_file()
110 PK_VALIDATE_RET( n != NULL ); in mbedtls_pk_load_file()
162 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_parse_keyfile()
163 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_parse_keyfile()
189 PK_VALIDATE_RET( ctx != NULL ); in mbedtls_pk_parse_public_keyfile()
190 PK_VALIDATE_RET( path != NULL ); in mbedtls_pk_parse_public_keyfile()
649 PK_VALIDATE_RET( p != NULL ); in mbedtls_pk_parse_subpubkey()
650 PK_VALIDATE_RET( *p != NULL ); in mbedtls_pk_parse_subpubkey()
[all …]