/trusted-firmware-a/tools/cert_create/src/ |
A D | key.c | 30 int key_new(key_t *key) in key_new() 41 static int key_create_rsa(key_t *key, int key_bits) in key_create_rsa() 82 static int key_create_ecdsa(key_t *key, int key_bits) in key_create_ecdsa() 117 int key_create(key_t *key, int type, int key_bits) in key_create() 131 int key_load(key_t *key, unsigned int *err_code) in key_load() 161 int key_store(key_t *key) in key_store() 185 key_t *key; in key_init() local 227 key_t *key; in key_get_by_opt() local
|
A D | main.c | 179 key_t *key; in check_cmd_params() local 299 key_t *key; in main() local
|
/trusted-firmware-a/plat/rockchip/rk3399/drivers/dp/ |
A D | cdn_dp.c | 28 static struct cdn_dp_hdcp_key_1x key; variable
|
/trusted-firmware-a/drivers/auth/cryptocell/713/ |
A D | cryptocell_plat_helpers.c | 28 uint32_t *key = (uint32_t *)dst; in cc_get_rotpk_hash() local
|
/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/ |
A D | csf_hdr_parser.c | 209 static int32_t get_key(struct csf_hdr *hdr, uint8_t **key, uint32_t *len, in get_key() 305 uint8_t *key; in validate_esbc_header() local
|
/trusted-firmware-a/drivers/renesas/common/rom/ |
A D | rom_api.c | 71 uint32_t rcar_rom_secure_boot_api(uint32_t *key, uint32_t *cert, in rcar_rom_secure_boot_api()
|
/trusted-firmware-a/tools/cert_create/include/ |
A D | cert.h | 39 int key; /* Key to be signed */ member
|
A D | key.h | 63 EVP_PKEY *key; /* Key container */ member
|
A D | ext.h | 48 int key; /* Index into array of registered public keys */ member
|
/trusted-firmware-a/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 240 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() 308 size_t len, const void *key, unsigned int key_len, in auth_decrypt()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | underscore-1.13.1.js | 173 function has$1(obj, key) { argument 217 function shallowProperty(key) { argument 1072 var memoize = function(key) { argument 1456 function pluck(obj, key) { argument 1547 return pluck(map(obj, function(value, key, list) { argument 1579 var groupBy = group(function(result, value, key) { argument 1585 var indexBy = group(function(result, value, key) { argument 1592 var countBy = group(function(result, value, key) { argument 1623 function keyInObj(value, key, obj) { argument 1655 iteratee = function(value, key) { argument
|
A D | jquery-3.5.1.js | 906 function cache( key, value ) { argument 4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument 4292 get: function( owner, key ) { argument 4299 access: function( owner, key, value ) { argument 4330 remove: function( owner, key ) { argument 4426 function dataAttr( elem, key, data ) { argument 4474 data: function( key, value ) { argument 4549 removeData: function( key ) { argument 8928 add = function( key, valueOrFunction ) { argument 9439 getResponseHeader: function( key ) { argument
|
/trusted-firmware-a/drivers/auth/ |
A D | crypto_mod.c | 140 size_t len, const void *key, unsigned int key_len, in crypto_mod_auth_decrypt()
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A D | encrypt.c | 30 unsigned char key[KEY_SIZE], iv[IV_SIZE], tag[TAG_SIZE]; in gcm_encrypt() local
|
A D | main.c | 138 char *key = NULL; in main() local
|
/trusted-firmware-a/plat/common/ |
A D | plat_bl_common.c | 82 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key, in plat_get_enc_key_info()
|
/trusted-firmware-a/drivers/io/ |
A D | io_encrypted.c | 160 uint8_t key[ENC_MAX_KEY_SIZE]; in enc_file_read() local
|
/trusted-firmware-a/drivers/brcm/ |
A D | sotp.c | 260 int sotp_read_key(uint8_t *key, size_t keysize, int start_row, int end_row) in sotp_read_key()
|
/trusted-firmware-a/lib/debugfs/ |
A D | dev.h | 88 char *key; member
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t210/drivers/se/ |
A D | se_private.h | 565 uint32_t key[8]; member
|