Searched refs:privKey (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample2.c34 EVP_PKEY *privKey; local
39 privKey = ReadPrivateKey(PRIVFILE);
40 if (!privKey)
49 EVP_PKEY_free(privKey);
66 RSA_private_decrypt(len, buf, buf2, privKey->pkey.rsa,RSA_PKCS1_PADDING);
70 EVP_PKEY_free(privKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java65 private DatabaseEntry privKey; field in class:RangeCursor
132 privKey = new DatabaseEntry();
136 privKey = null;
163 privKey = key;
210 swapData(key, privKey);
271 KeyRange.copy(range.beginKey, privKey);
300 KeyRange.copy(range.beginKey, privKey);
310 KeyRange.copy(range.beginKey, privKey);
314 range.compare(privKey, range.beginKey) == 0) {
319 !range.check(privKey)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c621 ICA_KEY_RSA_CRT *privKey = NULL; local
648 !bn_wexpand(key, sizeof(*privKey) / BN_BYTES)) {
653 privKey = (ICA_KEY_RSA_CRT *)key->d;
659 if (keyRecordSize > sizeof(privKey->keyRecord)) {
676 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
677 privKey->keyType = CORRECT_ENDIANNESS(CRT_KEY_TYPE);
678 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
679 privKey->modulusBitLength = CORRECT_ENDIANNESS(BN_num_bytes(q) * 2 * 8);
684 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p) + 8);
685 privKey
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c641 ICA_KEY_RSA_CRT *privKey=NULL; local
669 !bn_wexpand(key, sizeof(*privKey)/BN_BYTES ))
676 privKey = (ICA_KEY_RSA_CRT *)key->d;
682 if ( keyRecordSize > sizeof(privKey->keyRecord )) {
699 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
700 privKey->keyType = CORRECT_ENDIANNESS(CRT_KEY_TYPE);
701 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
702 privKey->modulusBitLength =
708 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p)+8);
709 privKey
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c621 ICA_KEY_RSA_CRT *privKey = NULL; local
648 !bn_wexpand(key, sizeof(*privKey) / BN_BYTES)) {
653 privKey = (ICA_KEY_RSA_CRT *)key->d;
659 if (keyRecordSize > sizeof(privKey->keyRecord)) {
676 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
677 privKey->keyType = CORRECT_ENDIANNESS(CRT_KEY_TYPE);
678 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
679 privKey->modulusBitLength = CORRECT_ENDIANNESS(BN_num_bytes(q) * 2 * 8);
684 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p) + 8);
685 privKey
[all...]

Completed in 102 milliseconds