Home
last modified time | relevance | path

Searched defs:alg (Results 351 - 375 of 823) sorted by relevance

1...<<11121314151617181920>>...33

/kernel/linux/linux-6.6/crypto/
H A Dhmac.c188 struct crypto_alg *alg; in hmac_create() local
[all...]
H A Dinternal.h31 struct crypto_alg alg; member
99 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize() argument
104 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize() argument
134 crypto_create_tfm(struct crypto_alg *alg, const struct crypto_type *frontend) crypto_create_tfm() argument
161 crypto_alg_get(struct crypto_alg *alg) crypto_alg_get() argument
167 crypto_alg_put(struct crypto_alg *alg) crypto_alg_put() argument
183 crypto_is_larval(struct crypto_alg *alg) crypto_is_larval() argument
188 crypto_is_dead(struct crypto_alg *alg) crypto_is_dead() argument
193 crypto_is_moribund(struct crypto_alg *alg) crypto_is_moribund() argument
[all...]
H A Dxts.c345 struct skcipher_alg *alg; in xts_create() local
[all...]
H A Dxcbc.c193 struct crypto_alg *alg; in xcbc_create() local
[all...]
H A Drmd160.c337 static struct shash_alg alg = { variable
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_api.c207 enum hash_algo alg; in ima_get_verity_digest() local
/third_party/libwebsockets/lib/cose/
H A Dprivate-lib-cose.h70 cose_param_t alg; member
107 lws_cose_sig_alg_t *alg; member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jose.h85 const char *alg; /* the JWA enc alg name, eg "ES512" */ member
125 const struct lws_jose_jwe_alg *alg; member
[all...]
/third_party/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.c168 p256_transparent_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) p256_transparent_key_agreement() argument
203 p256_transparent_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) p256_transparent_sign_hash() argument
261 p256_transparent_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) p256_transparent_verify_hash() argument
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c29 mbedtls_cipher_validate_values( psa_algorithm_t alg, psa_key_type_t key_type) mbedtls_cipher_validate_values() argument
126 mbedtls_cipher_values_from_psa( psa_algorithm_t alg, psa_key_type_t key_type, size_t *key_bits, mbedtls_cipher_mode_t *mode, mbedtls_cipher_id_t *cipher_id) mbedtls_cipher_values_from_psa() argument
258 mbedtls_cipher_info_from_psa( psa_algorithm_t alg, psa_key_type_t key_type, size_t key_bits, mbedtls_cipher_id_t *cipher_id) mbedtls_cipher_info_from_psa() argument
282 psa_cipher_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, mbedtls_operation_t cipher_operation) psa_cipher_setup() argument
360 mbedtls_psa_cipher_encrypt_setup( mbedtls_psa_cipher_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_cipher_encrypt_setup() argument
371 mbedtls_psa_cipher_decrypt_setup( mbedtls_psa_cipher_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_cipher_decrypt_setup() argument
604 mbedtls_psa_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_psa_cipher_encrypt() argument
662 mbedtls_psa_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_psa_cipher_decrypt() argument
[all...]
H A Dpsa_crypto_ecp.c365 mbedtls_psa_ecdsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_ecdsa_sign_hash() argument
451 mbedtls_psa_ecdsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_ecdsa_verify_hash() argument
521 mbedtls_psa_key_agreement_ecdh( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_psa_key_agreement_ecdh() argument
H A Dssl_ticket.c223 psa_algorithm_t alg; in mbedtls_ssl_ticket_setup() local
[all...]
H A Dpkcs7.c118 pkcs7_get_digest_algorithm(unsigned char **p, unsigned char *end, mbedtls_x509_buf *alg) pkcs7_get_digest_algorithm() argument
133 pkcs7_get_digest_algorithm_set(unsigned char **p, unsigned char *end, mbedtls_x509_buf *alg) pkcs7_get_digest_algorithm_set() argument
277 pkcs7_get_signer_info(unsigned char **p, unsigned char *end, mbedtls_pkcs7_signer_info *signer, mbedtls_x509_buf *alg) pkcs7_get_signer_info() argument
H A Dpsa_crypto_aead.c26 psa_aead_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_aead_setup() argument
117 mbedtls_psa_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_psa_aead_encrypt() argument
229 mbedtls_psa_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_psa_aead_decrypt() argument
321 mbedtls_psa_aead_encrypt_setup( mbedtls_psa_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_psa_aead_encrypt_setup() argument
342 mbedtls_psa_aead_decrypt_setup( mbedtls_psa_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_psa_aead_decrypt_setup() argument
[all...]
H A Dasn1parse.c351 mbedtls_asn1_get_alg(unsigned char **p, const unsigned char *end, mbedtls_asn1_buf *alg, mbedtls_asn1_buf *params) mbedtls_asn1_get_alg() argument
399 mbedtls_asn1_get_alg_null(unsigned char **p, const unsigned char *end, mbedtls_asn1_buf *alg) mbedtls_asn1_get_alg_null() argument
H A Dmd.c246 psa_algorithm_t alg = psa_alg_of_md(info); in md_can_use_psa() local
520 psa_algorithm_t alg = psa_alg_of_md(ctx->md_info); in mbedtls_md_starts() local
H A Dpsa_crypto_rsa.c288 static psa_status_t psa_rsa_decode_md_type(psa_algorithm_t alg, in psa_rsa_decode_md_type() argument
394 static int rsa_pss_expected_salt_len(psa_algorithm_t alg, in rsa_pss_expected_salt_len() argument
317 mbedtls_psa_rsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_rsa_sign_hash() argument
416 mbedtls_psa_rsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_rsa_verify_hash() argument
500 psa_rsa_oaep_set_padding_mode(psa_algorithm_t alg, mbedtls_rsa_context *rsa) psa_rsa_oaep_set_padding_mode() argument
516 mbedtls_psa_asymmetric_encrypt(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, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_asymmetric_encrypt() argument
610 mbedtls_psa_asymmetric_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, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_asymmetric_decrypt() argument
[all...]
/third_party/mbedtls/programs/psa/
H A Daead_demo.c180 static void aead_info(psa_key_id_t key, psa_algorithm_t alg) in aead_info() argument
130 aead_prepare(const char *info, psa_key_id_t *key, psa_algorithm_t *alg) aead_prepare() argument
203 aead_encrypt(psa_key_id_t key, psa_algorithm_t alg, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *part1, size_t part1_len, const unsigned char *part2, size_t part2_len) aead_encrypt() argument
246 psa_algorithm_t alg; aead_demo() local
[all...]
H A Dpsa_constant_names.c121 append_with_alg(char **buffer, size_t buffer_size, size_t *required_size, psa_get_algorithm_name_func_ptr get_name, psa_algorithm_t alg) append_with_alg() argument
/third_party/libcoap/src/oscore/
H A Doscore_cose.c302 cose_encrypt0_set_alg(cose_encrypt0_t *ptr, uint8_t alg) { in cose_encrypt0_set_alg() argument
[all...]
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h381 psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg) psa_set_key_algorithm() argument
[all...]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H A Dmain.c110 cose_param_t alg; in main() local
/third_party/node/deps/openssl/openssl/apps/
H A Ddhparam.c182 const char *alg = dsaparam ? "DSA" : "DH"; in dhparam_main() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c161 X509_ALGOR *alg, *kekalg = NULL; in ecdh_cms_set_shared_info() local
228 X509_ALGOR *alg; in ecdh_cms_decrypt() local
72 ecdh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) ecdh_cms_set_peerkey() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_req_utils.c48 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg) in TS_MSG_IMPRINT_set_algo() argument

Completed in 16 milliseconds

1...<<11121314151617181920>>...33