Home
last modified time | relevance | path

Searched defs:ski (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/math/
Dpowf.c73 uint64_t ki, ski, t; in exp2_inline() local
/external/arm-optimized-routines/math/
Dpowf.c76 uint64_t ki, ski, t; in exp2_inline() local
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py395 def _encode_subject_key_identifier(backend, ski): argument
/external/python/cryptography/src/cryptography/x509/
Dextensions.py220 def from_issuer_subject_key_identifier(cls, ski): argument