Home
last modified time | relevance | path

Searched defs:alg (Results 51 - 75 of 743) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/crypto/
H A Dblowfish_generic.c101 static struct crypto_alg alg = { variable
H A Dtwofish_generic.c164 static struct crypto_alg alg = { variable
/third_party/fsverity-utils/lib/
H A Dlib_private.h40 const struct fsverity_hash_alg *alg; member
/third_party/libwebsockets/lib/cose/
H A Dcose_sign_alg.c32 lws_cose_sig_alg_t *alg = lws_zalloc(sizeof(*alg), __func__); in lws_cose_sign_alg_create() local
169 lws_cose_sign_alg_hash(lws_cose_sig_alg_t *alg, const uint8_t *in, size_t in_len) lws_cose_sign_alg_hash() argument
196 lws_cose_sign_alg_complete(lws_cose_sig_alg_t *alg) lws_cose_sign_alg_complete() argument
[all...]
/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c108 const psa_algorithm_t alg = PSA_ALG_HMAC(PSA_ALG_SHA_256); in hmac_demo() local
/third_party/mbedtls/library/
H A Dpsa_crypto_hash.c91 mbedtls_psa_hash_setup( mbedtls_psa_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_psa_hash_setup() argument
433 mbedtls_psa_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_compute() argument
[all...]
/third_party/mbedtls/programs/hash/
H A Dmd_hmac_demo.c105 const mbedtls_md_type_t alg = MBEDTLS_MD_SHA256; in hmac_demo() local
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_lib.c73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio() argument
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_lib.c49 X509_ALGOR *alg; in OCSP_cert_id_new() local
/third_party/openssl/crypto/ocsp/
H A Docsp_lib.c49 X509_ALGOR *alg; in OCSP_cert_id_new() local
/third_party/openssl/crypto/ts/
H A Dts_lib.c73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c20 enum crypto_hash_alg alg; member
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c20 enum crypto_hash_alg alg; member
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dsha.h63 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl() local
/kernel/linux/linux-5.10/crypto/
H A Dcrc32c_generic.c130 static struct shash_alg alg = { variable
H A Dcrc32_generic.c116 static struct shash_alg alg = { variable
H A Dmd5.c218 static struct shash_alg alg = { variable
H A Dmichael_mic.c142 static struct shash_alg alg = { variable
H A Dxxhash_generic.c70 static struct shash_alg alg = { variable
H A Dkeywrap.c266 struct crypto_alg *alg; in crypto_kw_create() local
H A Dlzo-rle.c110 static struct crypto_alg alg = { variable
H A Dlzo.c110 static struct crypto_alg alg = { variable
H A Dinternal.h26 struct crypto_alg alg; member
46 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize() argument
51 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize() argument
72 crypto_create_tfm(struct crypto_alg *alg, const struct crypto_type *frontend) crypto_create_tfm() argument
99 crypto_alg_get(struct crypto_alg *alg) crypto_alg_get() argument
105 crypto_alg_put(struct crypto_alg *alg) crypto_alg_put() argument
121 crypto_is_larval(struct crypto_alg *alg) crypto_is_larval() argument
126 crypto_is_dead(struct crypto_alg *alg) crypto_is_dead() argument
131 crypto_is_moribund(struct crypto_alg *alg) crypto_is_moribund() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c61 struct rng_alg *alg = crypto_rng_alg(tfm); in sun8i_ce_prng_generate() local
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c171 static struct shash_alg alg = { variable

Completed in 8 milliseconds

12345678910>>...30