Home
last modified time | relevance | path

Searched defs:key_type (Results 1 - 25 of 68) sorted by relevance

123

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapFieldIter.php63 $this->key_type = $key_type; variable
H A DMapField.php53 private $key_type; variable
79 $this->key_type = $key_type; variable
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_driver_wrappers_no_static.c91 psa_key_type_t key_type = psa_get_key_type(attributes); in psa_driver_wrapper_get_key_buffer_size() local
H A Dssl_ciphersuites.c1907 psa_key_type_t key_type; in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() local
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
292 psa_key_type_t key_type = attributes->type; psa_cipher_setup() local
[all...]
H A Dssl_ticket.c224 psa_key_type_t key_type; in mbedtls_ssl_ticket_setup() local
H A Dcipher.c328 psa_key_type_t key_type; in mbedtls_cipher_setkey() local
H A Dssl_tls13_generic.c1647 psa_key_type_t key_type = PSA_KEY_TYPE_NONE; in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange() local
1594 mbedtls_ssl_get_psa_ffdh_info_from_tls_id( uint16_t tls_id, size_t *bits, psa_key_type_t *key_type) mbedtls_ssl_get_psa_ffdh_info_from_tls_id() argument
[all...]
/third_party/mbedtls/programs/psa/
H A Daead_demo.c138 psa_key_type_t key_type; in aead_prepare() local
184 psa_key_type_t key_type = psa_get_key_type(&attr); in aead_info() local
[all...]
H A Dkey_ladder_demo.c354 psa_key_type_t key_type; in wrap_data() local
441 psa_key_type_t key_type; in unwrap_data() local
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_key_management.c552 psa_key_type_t key_type = psa_get_key_type(attributes); in mbedtls_test_transparent_export_public_key() local
615 psa_key_type_t key_type = psa_get_key_type(attributes); in mbedtls_test_opaque_export_public_key() local
99 mbedtls_test_opaque_size_function( const psa_key_type_t key_type, const size_t key_bits) mbedtls_test_opaque_size_function() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Drsautl.c81 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; in rsautl_main() local
H A Dpkeyutl.c116 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local
523 init_ctx(const char *kdfalg, int *pkeysize, const char *keyfile, int keyform, int key_type, char *passinarg, int pkey_op, ENGINE *e, const int engine_impl, int rawin, EVP_PKEY **ppkey, EVP_MD_CTX *mctx, const char *digestname, OSSL_LIB_CTX *libctx, const char *propq) init_ctx() argument
/third_party/openssl/apps/
H A Drsautl.c81 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; in rsautl_main() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h505 FieldDescriptorProto::Type key_type; member
/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c53 upb_fieldtype_t key_type; member
135 upb_fieldtype_t key_type = upb_fielddef_type(key_f); in MapField_GetUpbMap() local
201 zend_long key_type, val_type; in PHP_METHOD() local
[all...]
H A Dconvert.c74 zval *val, *key_type, *val_type, *klass; in PHP_METHOD() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c220 int key_type; in GET_EVP_PKEY() local
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c222 key_opaque_set_alg_usage(const char *alg1, const char *alg2, psa_algorithm_t *psa_alg1, psa_algorithm_t *psa_alg2, psa_key_usage_t *usage, mbedtls_pk_type_t key_type) key_opaque_set_alg_usage() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c497 VALUE key_type = fieldtype_to_ruby(self->key_type); Map_new_this_type() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c137 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) wpa_supplicant_mlme_setprotection() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpreauth_test.c144 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) wpa_supplicant_mlme_setprotection() argument
/third_party/libcoap/include/coap3/
H A Dcoap_dtls.h253 coap_pki_key_t key_type; /**< key format type */ member
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c184 psa_key_type_t key_type; in exercise_cipher_key() local
271 psa_key_type_t key_type; in exercise_aead_key() local
/third_party/libinput/src/
H A Devdev-fallback.h185 enum key_type { enum

Completed in 23 milliseconds

123