Searched refs:pLength (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dica_openssl_api.h102 unsigned int pLength; /* Prime number p . */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c684 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p) + 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dica_openssl_api.h103 unsigned int pLength; /* Prime number p . */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c708 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p)+8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h102 unsigned int pLength; /* Prime number p . */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c684 privKey->pLength = CORRECT_ENDIANNESS(BN_num_bytes(p) + 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dpub_zfi.h637 extern void zfiWlanQuerySupportRate(zdev_t* dev, u8_t* rateArray, u8_t* pLength);
638 extern void zfiWlanQueryExtSupportRate(zdev_t* dev, u8_t* rateArray, u8_t* pLength);
639 extern void zfiWlanQueryRsnIe(zdev_t* dev, u8_t* ie, u8_t* pLength);
640 extern void zfiWlanQueryWpaIe(zdev_t* dev, u8_t* ie, u8_t* pLength);
H A Dcoid.c1506 void zfiWlanQuerySupportRate(zdev_t* dev, u8_t* rateArray, u8_t* pLength) argument
1522 *pLength = j;
1525 void zfiWlanQueryExtSupportRate(zdev_t* dev, u8_t* rateArray, u8_t* pLength) argument
1541 *pLength = j;
1544 void zfiWlanQueryRsnIe(zdev_t* dev, u8_t* ie, u8_t* pLength) argument
1552 *pLength = len;
1555 void zfiWlanQueryWpaIe(zdev_t* dev, u8_t* ie, u8_t* pLength) argument
1563 *pLength = len;

Completed in 262 milliseconds