HomeSort by relevance Sort by last modified time
    Searched refs:key_spec (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
key_spec.h 1 /* Generated by ./xlat/gen.sh from ./xlat/key_spec.in; do not edit. */
29 # error static const struct xlat key_spec in mpers mode
34 const struct xlat key_spec[] = { variable in typeref:struct:xlat
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
layer1.py 419 number_of_bytes=None, key_spec=None,
440 :type key_spec: string
441 :param key_spec: Value that identifies the encryption algorithm and key
455 if key_spec is not None:
456 params['KeySpec'] = key_spec
471 key_spec=None,
488 :type key_spec: string
489 :param key_spec: Value that identifies the encryption algorithm and key
504 if key_spec is not None:
505 params['KeySpec'] = key_spec
    [all...]
  /external/strace/
keyctl.c 32 #include "xlat/key_spec.h"
37 const char *str = xlookup(key_spec, id);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 291 DWORD key_spec; member in struct:cryptoapi_rsa_data
381 if (!CryptSignHash(hash, priv->key_spec, NULL, 0, buf, &len)) {
518 &priv->key_spec,
    [all...]

Completed in 595 milliseconds