Home
last modified time | relevance | path

Searched defs:alg (Results 226 - 250 of 823) sorted by relevance

12345678910>>...33

/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211.c167 struct lib80211_crypto_alg *alg; in lib80211_register_crypto_ops() local
188 struct lib80211_crypto_alg *alg; in lib80211_unregister_crypto_ops() local
211 struct lib80211_crypto_alg *alg; lib80211_get_crypto_ops() local
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c210 hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, const void *buf, size_t len) hda_cs_dsp_write_ctl() argument
235 hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) hda_cs_dsp_read_ctl() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tag.c116 static const struct sockaddr_alg alg = { in tag_from_alg() local
/third_party/fsverity-utils/lib/
H A Dhash_algs.c68 openssl_digest_ctx_create(const struct fsverity_hash_alg *alg, const EVP_MD *md) in openssl_digest_ctx_create() argument
105 static struct hash_ctx *create_sha256_ctx(const struct fsverity_hash_alg *alg) in create_sha256_ctx() argument
110 static struct hash_ctx *create_sha512_ctx(const struct fsverity_hash_alg *alg) in create_sha512_ctx() argument
193 const struct fsverity_hash_alg *alg = in libfsverity_get_digest_size() local
202 const struct fsverity_hash_alg *alg = libfsverity_get_hash_name() local
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c50 cose_param_t alg; member
122 lws_cose_alg_to_name(cose_param_t alg) in lws_cose_alg_to_name() argument
192 lws_cose_sig_alg_t *alg; in apply_external() local
240 lws_cose_sig_alg_t *alg; create_alg() local
450 lws_cose_sig_alg_t *alg; cb_cose_sig() local
1024 lws_cose_sig_alg_t *alg = lws_container_of(p, lws_cose_validate_destroy() local
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jws.h461 const char *alg; member
536 const char *alg; member
[all...]
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c165 const psa_algorithm_t alg = PSA_ALG_CBC_NO_PADDING; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local
215 const psa_algorithm_t alg = PSA_ALG_CBC_PKCS7; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local
96 cipher_encrypt(psa_key_id_t key, psa_algorithm_t alg, uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_encrypt() argument
127 cipher_decrypt(psa_key_id_t key, psa_algorithm_t alg, const uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_decrypt() argument
262 const psa_algorithm_t alg = PSA_ALG_CTR; cipher_example_encrypt_decrypt_aes_ctr_multi() local
[all...]
/third_party/mbedtls/library/
H A Dcipher_wrap.h162 psa_algorithm_t alg; member
H A Dssl_cookie.c107 psa_algorithm_t alg; in mbedtls_ssl_cookie_setup() local
H A Dpsa_crypto_mac.c202 mac_init( mbedtls_psa_mac_operation_t *operation, psa_algorithm_t alg) mac_init() argument
271 psa_mac_setup(mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_mac_setup() argument
319 mbedtls_psa_mac_sign_setup( mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_mac_sign_setup() argument
330 mbedtls_psa_mac_verify_setup( mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_mac_verify_setup() argument
455 mbedtls_psa_mac_compute( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_psa_mac_compute() argument
[all...]
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c30 mbedtls_test_transparent_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_cipher_encrypt() argument
83 mbedtls_test_transparent_cipher_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_cipher_decrypt() argument
130 mbedtls_test_transparent_cipher_encrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_encrypt_setup() argument
162 mbedtls_test_transparent_cipher_decrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_decrypt_setup() argument
316 mbedtls_test_opaque_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_encrypt() argument
338 mbedtls_test_opaque_cipher_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_decrypt() argument
357 mbedtls_test_opaque_cipher_encrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_encrypt_setup() argument
371 mbedtls_test_opaque_cipher_decrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_decrypt_setup() argument
[all...]
H A Dtest_driver_aead.c25 mbedtls_test_transparent_aead_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) mbedtls_test_transparent_aead_encrypt() argument
81 mbedtls_test_transparent_aead_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) mbedtls_test_transparent_aead_decrypt() argument
137 mbedtls_test_transparent_aead_encrypt_setup( mbedtls_transparent_test_driver_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_aead_encrypt_setup() argument
174 mbedtls_test_transparent_aead_decrypt_setup( mbedtls_transparent_test_driver_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_aead_decrypt_setup() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dh.c83 X509_ALGOR *alg, *kekalg = NULL; in dh_cms_set_shared_info() local
169 X509_ALGOR *alg; in dh_cms_decrypt() local
19 dh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) dh_cms_set_peerkey() argument
[all...]
H A Dcms_rsa.c19 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode() argument
120 X509_ALGOR *alg; in rsa_cms_encrypt() local
199 X509_ALGOR *alg; in rsa_cms_sign() local
245 X509_ALGOR *alg; rsa_cms_verify() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_epki2pki.c69 const X509_ALGOR *alg = NULL; in epki2pki_decode() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_meth.c201 void *alg; in EVP_MAC_gettable_ctx_params() local
211 void *alg; in EVP_MAC_settable_ctx_params() local
221 void *alg; in EVP_MAC_CTX_gettable_params() local
231 void *alg; in EVP_MAC_CTX_settable_params() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c128 int ossl_ffc_set_digest(FFC_PARAMS *params, const char *alg, const char *props) in ossl_ffc_set_digest() argument
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_npas.c174 static int alg_get(const X509_ALGOR *alg, int *pnid, int *piter, in alg_get() argument
/third_party/node/deps/openssl/openssl/crypto/ess/
H A Dess_lib.c144 X509_ALGOR *alg = NULL; in ESS_CERT_ID_V2_new_init() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c188 static int set_pbmac_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_pbmac_algor() argument
226 static int set_sig_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_sig_algor() argument
/third_party/openssl/crypto/cms/
H A Dcms_dh.c83 X509_ALGOR *alg, *kekalg = NULL; in dh_cms_set_shared_info() local
169 X509_ALGOR *alg; in dh_cms_decrypt() local
19 dh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) dh_cms_set_peerkey() argument
[all...]
H A Dcms_rsa.c18 static RSA_OAEP_PARAMS *rsa_oaep_decode(const X509_ALGOR *alg) in rsa_oaep_decode() argument
116 X509_ALGOR *alg; in rsa_cms_encrypt() local
193 X509_ALGOR *alg; in rsa_cms_sign() local
229 X509_ALGOR *alg; rsa_cms_verify() local
[all...]
/third_party/openssl/crypto/ess/
H A Dess_lib.c144 X509_ALGOR *alg = NULL; in ESS_CERT_ID_V2_new_init() local
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c188 static int set_pbmac_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_pbmac_algor() argument
226 static int set_sig_algor(const OSSL_CMP_CTX *ctx, X509_ALGOR **alg) in set_sig_algor() argument
/third_party/openssl/crypto/evp/
H A Dmac_meth.c201 void *alg; in EVP_MAC_gettable_ctx_params() local
211 void *alg; in EVP_MAC_settable_ctx_params() local
221 void *alg; in EVP_MAC_CTX_gettable_params() local
231 void *alg; in EVP_MAC_CTX_settable_params() local
[all...]

Completed in 12 milliseconds

12345678910>>...33