Searched refs:REGISTER_CRYPTO_LIB (Results 1 – 6 of 6) sorted by relevance
/tf-a-ffa_el3_spmc/include/drivers/auth/ |
A D | crypto_mod.h | 86 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ macro 97 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ macro
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 337 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 340 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, calc_hash, 345 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, 348 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL);
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/auth/ |
A D | nxp_crypto.c | 123 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL);
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/713/ |
A D | cryptocell_crypto.c | 273 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL);
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/712/ |
A D | cryptocell_crypto.c | 305 REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL);
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | auth-framework.rst | 246 REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash); 938 authentication framework using the macro ``REGISTER_CRYPTO_LIB()`` and exports
|
Completed in 14 milliseconds