Spelling fixes
* accumulating * acquire * alignment * appropriate * argument * assign * attribute * authenticate * authentication * authenticator * authority * auxiliary * brackets * callback * camellia * can't * cancelability * certificate * choinyambuu * chunk * collector * collision * communicating * compares * compatibility * compressed * confidentiality * configuration * connection * consistency * constraint * construction * constructor * database * decapsulated * declaration * decrypt * derivative * destination * destroyed * details * devised * dynamic * ecapsulation * encoded * encoding * encrypted * enforcing * enumerator * establishment * excluded * exclusively * exited * expecting * expire * extension * filter * firewall * foundation * fulfillment * gateways * hashing * hashtable * heartbeats * identifier * identifiers * identities * identity * implementers * indicating * initialize * initiate * initiation * initiator * inner * instantiate * legitimate * libraries * libstrongswan * logger * malloc * manager * manually * measurement * mechanism * message * network * nonexistent * object * occurrence * optional * outgoing * packages * packets * padding * particular * passphrase * payload * periodically * policies * possible * previously * priority * proposal * protocol * provide * provider * pseudo * pseudonym * public * qualifier * quantum * quintuplets * reached * reading * recommendation to * recommendation * recursive * reestablish * referencing * registered * rekeying * reliable * replacing * representing * represents * request * request * resolver * result * resulting * resynchronization * retriable * revocation * right * rollback * rule * rules * runtime * scenario * scheduled * security * segment * service * setting * signature * specific * specified * speed * started * steffen * strongswan * subjectaltname * supported * threadsafe * traffic * tremendously * treshold * unique * uniqueness * unknown * until * upper * using * validator * verification * version * version * warrior Closes strongswan/strongswan#164.
This commit is contained in:
committed by
Tobias Brunner
parent
baf29263d5
commit
b3ab7a48cc
@@ -63,7 +63,7 @@ typedef struct eap_aka_3gpp_functions_t eap_aka_3gpp_functions_t;
|
||||
* @param id user identity
|
||||
* @param[out] k (16 byte) scratchpad to receive secret key K
|
||||
* @param[out] opc (16 byte) scratchpad to receive operator variant key
|
||||
* derivate OPc
|
||||
* derivative OPc
|
||||
*/
|
||||
bool eap_aka_3gpp_get_k_opc(identification_t *id, uint8_t k[AKA_K_LEN],
|
||||
uint8_t opc[AKA_OPC_LEN]);
|
||||
@@ -88,7 +88,7 @@ struct eap_aka_3gpp_functions_t {
|
||||
* f1 : Calculate MAC-A from RAND, SQN, AMF using K and OPc
|
||||
*
|
||||
* @param k (128 bit) secret key K
|
||||
* @param opc (128 bit) operator variant key derivate OPc
|
||||
* @param opc (128 bit) operator variant key derivative OPc
|
||||
* @param rand (128 bit) random value RAND
|
||||
* @param sqn (48 bit) sequence number SQN
|
||||
* @param amf (16 bit) authentication management field AMF
|
||||
@@ -106,7 +106,7 @@ struct eap_aka_3gpp_functions_t {
|
||||
* f1* : Calculate MAC-S from RAND, SQN, AMF using K and OPc
|
||||
*
|
||||
* @param k (128 bit) secret key K
|
||||
* @param opc (128 bit) operator variant key derivate OPc
|
||||
* @param opc (128 bit) operator variant key derivative OPc
|
||||
* @param rand (128 bit) random value RAND
|
||||
* @param sqn (48 bit) sequence number SQN
|
||||
* @param amf (16 bit) authentication management field AMF
|
||||
@@ -127,7 +127,7 @@ struct eap_aka_3gpp_functions_t {
|
||||
* f5 : Calculates AK from RAND using K and OPc
|
||||
*
|
||||
* @param k (128 bit) secret key K
|
||||
* @param opc (128 bit) operator variant key derivate OPc
|
||||
* @param opc (128 bit) operator variant key derivative OPc
|
||||
* @param rand (128 bit) random value RAND
|
||||
* @param[out] res (64 bit) scratchpad to receive signed response RES
|
||||
* @param[out] ck (128 bit) scratchpad to receive encryption key CK
|
||||
@@ -146,7 +146,7 @@ struct eap_aka_3gpp_functions_t {
|
||||
* f5* : Calculates resync AKS from RAND using K and OPc
|
||||
*
|
||||
* @param k (128 bit) secret key K
|
||||
* @param opc (128 bit) operator variant key derivate OPc
|
||||
* @param opc (128 bit) operator variant key derivative OPc
|
||||
* @param rand (128 bit) random value RAND
|
||||
* @param[out] aks (48 bit) scratchpad to receive resync anonymity key AKS
|
||||
* @return TRUE if calculations successful
|
||||
|
||||
Reference in New Issue
Block a user