HomeSort by relevance Sort by last modified time
    Searched full:init_with_direction (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c 249 NULL /* init_with_direction */,
266 NULL /* init_with_direction */,
e_aesgcmsiv.c 524 NULL /* init_with_direction */,
541 NULL /* init_with_direction */,
808 NULL /* init_with_direction */,
825 NULL /* init_with_direction */,
e_chacha20poly1305.c 315 NULL, // init_with_direction
  /external/boringssl/src/crypto/fipsmodule/cipher/
internal.h 88 int (*init_with_direction)(EVP_AEAD_CTX *, const uint8_t *key, size_t key_len, member in struct:evp_aead_st
aead.c 86 ok = aead->init_with_direction(ctx, key, key_len, tag_len, dir);

Completed in 503 milliseconds