Home
last modified time | relevance | path

Searched refs:key_n (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/ecryptfs-utils/
H A D0002-openssl110.patch43 + 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 Dkwbimage.c520 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 D0006-Update-for-openssl-1.1.patch235 + 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 Drsa-sign.c615 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 Dspeakupmap.map76 spk key_n = say_position
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dspkguide.txt330 spk key_n = say_position