Searched refs:k_n (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | crypto-pk.c | 44 const heim_octet_string *k_n, in _krb5_pk_octetstring2key() argument 86 if (k_n) in _krb5_pk_octetstring2key() 87 EVP_DigestUpdate(m, k_n->data, k_n->length); in _krb5_pk_octetstring2key()
|
| D | test_pkinit_dh2key.c | 42 const heim_octet_string *k_n, in test_dh2key() argument 53 k_n, in test_dh2key()
|
| D | pkinit.c | 1318 const DHNonce *k_n, in pk_rd_pa_reply_dh() argument 1385 if (k_n == NULL) { in pk_rd_pa_reply_dh() 1400 if (k_n) { in pk_rd_pa_reply_dh() 1524 c_n, k_n, in pk_rd_pa_reply_dh()
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-generated-actions.h.pump | 129 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the 136 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args) 137 // returns the selected fields (k1, k2, ..., k_n) of args as a tuple. 143 // The numbers in list k1, k2, ..., k_n must be >= 0, where n can be
|