Searched refs:alg (Results 1 – 5 of 5) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | crypto.h | 602 # define fips_md_init(alg) fips_md_init_ctx(alg, alg) argument 605 # define fips_md_init_ctx(alg, cx) \ argument 606 int alg##_Init(cx##_CTX *c) \ 609 "Low level API call to digest " #alg " forbidden in FIPS mode!"); \ 610 return private_##alg##_Init(c); \ 612 int private_##alg##_Init(cx##_CTX *c) 614 # define fips_cipher_abort(alg) \ argument 616 "Low level API call to cipher " #alg " forbidden in FIPS mode!") 619 # define fips_md_init_ctx(alg, cx) \ argument 620 int alg##_Init(cx##_CTX *c) [all …]
|
A D | x509.h | 645 int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig); 754 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, 758 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); 1184 int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, 1187 X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
|
A D | ts.h | 370 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg); 726 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
|
/optee_test/host/xtest/ |
A D | xtest_helpers.h | 90 uint32_t alg, uint32_t element);
|
/optee_test/ta/storage/ |
A D | storage.c | 412 uint32_t alg = TEE_ALG_AES_CBC_NOPAD; in ta_storage_cmd_key_in_persistent() local 479 result = TEE_AllocateOperation(&encrypt_op, alg, TEE_MODE_ENCRYPT, in ta_storage_cmd_key_in_persistent()
|
Completed in 12 milliseconds