Searched refs:key_n (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/ecryptfs-utils/ |
| H A D | 0002-openssl110.patch | 43 + const BIGNUM *key_n, *key_e; 52 + RSA_get0_key(key, &key_n, NULL, NULL); 53 + nbits = BN_num_bits(key_n); 68 + RSA_get0_key(key, &key_n, NULL, NULL); 69 + BN_bn2bin(key_n, &(data[i]));
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwbimage.c | 520 const BIGNUM *key_e, *key_n; in kwb_export_pubkey() local 525 RSA_get0_key(key, &key_n, NULL, NULL); in kwb_export_pubkey() 527 if (!key || !key_e || !key_n || !dst) { in kwb_export_pubkey() 529 key, key_e, key_n, dst); in kwb_export_pubkey() 545 size_mod = BN_num_bytes(key_n); in kwb_export_pubkey() 574 BN_bn2bin(key_n, cur); in kwb_export_pubkey()
|
| /OK3568_Linux_fs/buildroot/package/vboot-utils/ |
| H A D | 0006-Update-for-openssl-1.1.patch | 235 + const BIGNUM *key_n; 253 + RSA_get0_key(key, &key_n, NULL, NULL); 254 + N = BN_dup(key_n);
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 615 const BIGNUM *key_n, *key_e; in rsa_get_params() local 645 RSA_get0_key(key, &key_n, &key_e, NULL); in rsa_get_params() 646 if (!BN_copy(n, key_n) || !BN_copy(e, key_e) || in rsa_get_params()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | speakupmap.map | 76 spk key_n = say_position
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | spkguide.txt | 330 spk key_n = say_position
|